File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ const Component1 = glm.a({
68
68
69
69
See: [ postcss-syntax] ( https://github.com/gucong3000/postcss-syntax )
70
70
71
- ### Style Transformations
71
+ ## Style Transformations
72
72
73
73
The main use case of this plugin is to apply PostCSS transformations to CSS code in template literals & styles as object literals.
Original file line number Diff line number Diff line change 41
41
"test" : " nyc mocha --no-timeouts"
42
42
},
43
43
"dependencies" : {
44
- "@babel/generator" : " ^7.0.0-beta.49 " ,
45
- "@babel/parser" : " ^7.0.0-beta.49 " ,
46
- "@babel/traverse" : " ^7.0.0-beta.49 " ,
47
- "@babel/types" : " ^7.0.0-beta.49 " ,
44
+ "@babel/generator" : " ^7.0.0-beta.54 " ,
45
+ "@babel/parser" : " ^7.0.0-beta.54 " ,
46
+ "@babel/traverse" : " ^7.0.0-beta.54 " ,
47
+ "@babel/types" : " ^7.0.0-beta.54 " ,
48
48
"postcss-styled" : " >=0.31.0"
49
49
},
50
50
"peerDependencies" : {
51
51
"postcss" : " >=5.0.0" ,
52
52
"postcss-syntax" : " >=0.31.0"
53
53
},
54
54
"devDependencies" : {
55
- "autoprefixer" : " ^8.6.4 " ,
55
+ "autoprefixer" : " ^9.0.0 " ,
56
56
"chai" : " ^4.1.2" ,
57
- "codecov" : " ^3.0.2 " ,
57
+ "codecov" : " ^3.0.4 " ,
58
58
"json5" : " ^1.0.1" ,
59
59
"mocha" : " ^5.2.0" ,
60
60
"nyc" : " ^12.0.2" ,
61
- "postcss" : " ^6 .0.23 " ,
61
+ "postcss" : " ^7 .0.0 " ,
62
62
"postcss-parser-tests" : " ^6.3.0" ,
63
- "postcss-safe-parser" : " ^3 .0.1" ,
63
+ "postcss-safe-parser" : " ^4 .0.1" ,
64
64
"postcss-syntax" : " >=0.31.0"
65
65
}
66
66
}
You can’t perform that action at this time.
0 commit comments