Skip to content

Commit 0441048

Browse files
committed
Remove unused/unmaintained postcss-apply
1 parent 930d8ef commit 0441048

3 files changed

Lines changed: 2 additions & 23 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
"ngx-mask": "14.2.4",
196196
"nodemon": "^2.0.22",
197197
"postcss": "^8.4",
198-
"postcss-apply": "0.12.0",
199198
"postcss-import": "^14.0.0",
200199
"postcss-loader": "^4.0.3",
201200
"postcss-preset-env": "^7.4.2",

postcss.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
plugins: [
33
require('postcss-import')(),
44
require('postcss-preset-env')(),
5-
require('postcss-apply')(),
65
require('postcss-responsive-type')()
76
]
87
};

yarn.lock

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5517,9 +5517,11 @@ eslint-plugin-deprecation@^1.4.1:
55175517

55185518
"eslint-plugin-dspace-angular-html@link:./lint/dist/src/rules/html":
55195519
version "0.0.0"
5520+
uid ""
55205521

55215522
"eslint-plugin-dspace-angular-ts@link:./lint/dist/src/rules/ts":
55225523
version "0.0.0"
5524+
uid ""
55235525

55245526
eslint-plugin-import-newlines@^1.3.1:
55255527
version "1.4.0"
@@ -8962,11 +8964,6 @@ performance-now@^2.1.0:
89628964
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
89638965
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
89648966

8965-
picocolors@^0.2.1:
8966-
version "0.2.1"
8967-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
8968-
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
8969-
89708967
picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
89718968
version "1.1.1"
89728969
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
@@ -9043,14 +9040,6 @@ possible-typed-array-names@^1.0.0:
90439040
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
90449041
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
90459042

9046-
postcss-apply@0.12.0:
9047-
version "0.12.0"
9048-
resolved "https://registry.yarnpkg.com/postcss-apply/-/postcss-apply-0.12.0.tgz#11a47b271b14d81db97ed7f51a6c409d025a9c34"
9049-
integrity sha512-u8qZLyA9P86cD08IhqjSVV8tf1eGiKQ4fPvjcG3Ic/eOU65EAkDQClp8We7d15TG+RIWRVPSy9v7cJ2D9OReqw==
9050-
dependencies:
9051-
balanced-match "^1.0.0"
9052-
postcss "^7.0.14"
9053-
90549043
postcss-attribute-case-insensitive@^5.0.2:
90559044
version "5.0.2"
90569045
resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz#03d761b24afc04c09e757e92ff53716ae8ea2741"
@@ -9389,14 +9378,6 @@ postcss@^6.0.6:
93899378
source-map "^0.6.1"
93909379
supports-color "^5.4.0"
93919380

9392-
postcss@^7.0.14:
9393-
version "7.0.39"
9394-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
9395-
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
9396-
dependencies:
9397-
picocolors "^0.2.1"
9398-
source-map "^0.6.1"
9399-
94009381
postcss@^8.2.14, postcss@^8.4, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.35:
94019382
version "8.4.47"
94029383
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"

0 commit comments

Comments
 (0)