Skip to content

Commit d706415

Browse files
authored
Update deps. (stylelint#25)
1 parent 3485952 commit d706415

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-jsx",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": {
66
"type": "git",
@@ -44,12 +44,14 @@
4444
"@babel/generator": "^7.0.0-beta.54",
4545
"@babel/parser": "^7.0.0-beta.54",
4646
"@babel/traverse": "^7.0.0-beta.54",
47-
"@babel/types": "^7.0.0-beta.54",
48-
"postcss-styled": ">=0.31.0"
47+
"@babel/types": "^7.0.0-beta.54"
48+
},
49+
"optionalDependencies": {
50+
"postcss-styled": ">=0.32.0"
4951
},
5052
"peerDependencies": {
5153
"postcss": ">=5.0.0",
52-
"postcss-syntax": ">=0.31.0"
54+
"postcss-syntax": ">=0.32.0"
5355
},
5456
"devDependencies": {
5557
"autoprefixer": "^9.0.1",
@@ -61,6 +63,6 @@
6163
"postcss": "^7.0.1",
6264
"postcss-parser-tests": "^6.3.0",
6365
"postcss-safe-parser": "^4.0.1",
64-
"postcss-syntax": ">=0.31.0"
66+
"postcss-syntax": ">=0.32.0"
6567
}
6668
}

0 commit comments

Comments
 (0)