Skip to content

Commit d2b30d8

Browse files
authored
update postcss-syntax (#20)
1 parent 2771b5b commit d2b30d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-styled",
3-
"version": "0.10.0",
3+
"version": "0.24.0",
44
"description": "PostCSS syntax for parsing styled components",
55
"repository": {
66
"type": "git",
@@ -34,15 +34,15 @@
3434
},
3535
"peerDependencies": {
3636
"postcss": ">=5.0.0",
37-
"postcss-syntax": "^0.10.0"
37+
"postcss-syntax": ">=0.24.0"
3838
},
3939
"devDependencies": {
4040
"chai": "^4.1.2",
4141
"codecov": "^3.0.2",
42-
"mocha": "^5.1.1",
42+
"mocha": "^5.2.0",
4343
"nyc": "^11.8.0",
4444
"postcss": "^6.0.22",
4545
"postcss-safe-parser": "^3.0.1",
46-
"postcss-syntax": "^0.10.0"
46+
"postcss-syntax": ">=0.24.0"
4747
}
4848
}

0 commit comments

Comments
 (0)