We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3ebba commit 270f896Copy full SHA for 270f896
package.json
@@ -24,9 +24,8 @@
24
"fs-extra": "^9.0.0",
25
"get-stdin": "^8.0.0",
26
"globby": "^11.0.0",
27
- "postcss": "^7.0.0",
28
- "postcss-load-config": "^2.0.0",
29
- "postcss-reporter": "^6.0.0",
+ "postcss-load-config": "^2.1.1",
+ "postcss-reporter": "^7.0.0",
30
"pretty-hrtime": "^1.0.3",
31
"read-cache": "^1.0.0",
32
"yargs": "^15.0.2"
@@ -37,11 +36,15 @@
37
36
"eslint": "^7.8.0",
38
"eslint-config-problems": "5.0.0",
39
"nyc": "^15.0.0",
+ "postcss": "^8.0.4",
40
"postcss-import": "^12.0.0",
41
"prettier": "~2.1.0",
42
- "sugarss": "^2.0.0",
+ "sugarss": "^3.0.0",
43
"uuid": "^8.0.0"
44
},
45
+ "peerDependencies": {
46
+ "postcss": "^8.0.0"
47
+ },
48
"files": [
49
"bin",
50
"index.js",
0 commit comments