We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postcss-syntax
1 parent 2771b5b commit d2b30d8Copy full SHA for d2b30d8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-styled",
3
- "version": "0.10.0",
+ "version": "0.24.0",
4
"description": "PostCSS syntax for parsing styled components",
5
"repository": {
6
"type": "git",
@@ -34,15 +34,15 @@
34
},
35
"peerDependencies": {
36
"postcss": ">=5.0.0",
37
- "postcss-syntax": "^0.10.0"
+ "postcss-syntax": ">=0.24.0"
38
39
"devDependencies": {
40
"chai": "^4.1.2",
41
"codecov": "^3.0.2",
42
- "mocha": "^5.1.1",
+ "mocha": "^5.2.0",
43
"nyc": "^11.8.0",
44
"postcss": "^6.0.22",
45
"postcss-safe-parser": "^3.0.1",
46
47
}
48
0 commit comments