Skip to content

Commit daa0da8

Browse files
damanwiththeplanmichael-ciniawsky
authored andcommittedAug 8, 2018
chore(package): update postcss v6.0.0...7.0.0 (dependencies) (#375)
BREAKING CHANGE: requires `node >= v6.0.0`
1 parent 114db12 commit daa0da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"lib"
88
],
99
"engines": {
10-
"node": ">= 4"
10+
"node": ">= 6"
1111
},
1212
"dependencies": {
1313
"loader-utils": "^1.1.0",
14-
"postcss": "^6.0.0",
14+
"postcss": "^7.0.0",
1515
"postcss-load-config": "^2.0.0",
1616
"schema-utils": "^0.4.0"
1717
},
@@ -20,7 +20,7 @@
2020
"jsdoc-to-markdown": "^4.0.0",
2121
"memory-fs": "^0.4.0",
2222
"postcss-import": "^11.0.0",
23-
"postcss-js": "^1.0.0",
23+
"postcss-js": "^2.0.0",
2424
"standard": "^11.0.0",
2525
"standard-version": "^4.0.0",
2626
"sugarss": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.