Skip to content

Commit 4563cd2

Browse files
committed
feat(deps): upgrade postcss-loader
Although postcss-loader's maintainers are now promoting using `postcss-load-config`, we can still use the old style -- nest options.
1 parent e50a814 commit 4563cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ora": "^0.4.0",
9090
"portfinder": "1.0.10",
9191
"postcss-discard-comments": "^2.0.4",
92-
"postcss-loader": "^0.9.1",
92+
"postcss-loader": "^1.2.1",
9393
"quick-temp": "0.1.6",
9494
"raw-loader": "^0.5.1",
9595
"readline2": "1.0.1",

packages/angular-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ora": "^0.4.0",
7272
"portfinder": "1.0.10",
7373
"postcss-discard-comments": "^2.0.4",
74-
"postcss-loader": "^0.9.1",
74+
"postcss-loader": "^1.2.1",
7575
"quick-temp": "0.1.6",
7676
"raw-loader": "^0.5.1",
7777
"readline2": "1.0.1",

0 commit comments

Comments
 (0)