File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-jsx" ,
3
- "version" : " 0.31 .0" ,
3
+ "version" : " 0.32 .0" ,
4
4
"description" : " PostCSS syntax for parsing CSS in JS literals" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"@babel/generator" : " ^7.0.0-beta.54" ,
45
45
"@babel/parser" : " ^7.0.0-beta.54" ,
46
46
"@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"
49
51
},
50
52
"peerDependencies" : {
51
53
"postcss" : " >=5.0.0" ,
52
- "postcss-syntax" : " >=0.31 .0"
54
+ "postcss-syntax" : " >=0.32 .0"
53
55
},
54
56
"devDependencies" : {
55
57
"autoprefixer" : " ^9.0.1" ,
61
63
"postcss" : " ^7.0.1" ,
62
64
"postcss-parser-tests" : " ^6.3.0" ,
63
65
"postcss-safe-parser" : " ^4.0.1" ,
64
- "postcss-syntax" : " >=0.31 .0"
66
+ "postcss-syntax" : " >=0.32 .0"
65
67
}
66
68
}
You can’t perform that action at this time.
0 commit comments