Skip to content

Commit db2eaed

Browse files
authored
postcss-modules-scope incompatible with PostCSS v5.x
Simple fix for webpack-contrib#691
1 parent 1703721 commit db2eaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"loader-utils": "^1.0.2",
2121
"lodash.camelcase": "^4.3.0",
2222
"object-assign": "^4.1.1",
23-
"postcss": "^5.0.6",
23+
"postcss": "^6.0.23",
2424
"postcss-modules-extract-imports": "^1.2.0",
2525
"postcss-modules-local-by-default": "^1.2.0",
2626
"postcss-modules-scope": "^1.1.0",

0 commit comments

Comments
 (0)