Skip to content

Commit 2d26407

Browse files
committed
update to postcss v6
1 parent e985720 commit 2d26407

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "css-modules-loader-core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
55
"main": "lib/index.js",
66
"directories": {
77
"test": "test"
88
},
99
"dependencies": {
10-
"icss-replace-symbols": "1.0.2",
11-
"postcss": "5.2.9",
12-
"postcss-modules-values": "1.2.2",
13-
"postcss-modules-extract-imports": "1.0.1",
14-
"postcss-modules-local-by-default": "1.1.1",
15-
"postcss-modules-scope": "1.0.2"
10+
"icss-replace-symbols": "1.1.0",
11+
"postcss": "6.0.1",
12+
"postcss-modules-extract-imports": "1.1.0",
13+
"postcss-modules-local-by-default": "1.2.0",
14+
"postcss-modules-scope": "1.1.0",
15+
"postcss-modules-values": "1.3.0"
1616
},
1717
"devDependencies": {
1818
"babel": "5.8.29",

0 commit comments

Comments
 (0)