Skip to content

Commit d665f83

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 4b8bfc6 commit d665f83

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

packages/angular-cli/package.json

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

0 commit comments

Comments
 (0)