Skip to content

Commit 72687c3

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 26ee3b6 commit 72687c3

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
@@ -93,7 +93,7 @@
9393
"ora": "^0.4.0",
9494
"portfinder": "1.0.10",
9595
"postcss-discard-comments": "^2.0.4",
96-
"postcss-loader": "^0.9.1",
96+
"postcss-loader": "^1.2.1",
9797
"quick-temp": "0.1.6",
9898
"raw-loader": "^0.5.1",
9999
"readline2": "1.0.1",

packages/angular-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"ora": "^0.4.0",
7575
"portfinder": "1.0.10",
7676
"postcss-discard-comments": "^2.0.4",
77-
"postcss-loader": "^0.9.1",
77+
"postcss-loader": "^1.2.1",
7878
"quick-temp": "0.1.6",
7979
"raw-loader": "^0.5.1",
8080
"readline2": "1.0.1",

0 commit comments

Comments
 (0)