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({
6868
6969See: [ postcss-syntax] ( https://github.com/gucong3000/postcss-syntax )
7070
71- ### Style Transformations
71+ ## Style Transformations
7272
7373The 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 4141 "test" : " nyc mocha --no-timeouts"
4242 },
4343 "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 " ,
4848 "postcss-styled" : " >=0.31.0"
4949 },
5050 "peerDependencies" : {
5151 "postcss" : " >=5.0.0" ,
5252 "postcss-syntax" : " >=0.31.0"
5353 },
5454 "devDependencies" : {
55- "autoprefixer" : " ^8.6.4 " ,
55+ "autoprefixer" : " ^9.0.0 " ,
5656 "chai" : " ^4.1.2" ,
57- "codecov" : " ^3.0.2 " ,
57+ "codecov" : " ^3.0.4 " ,
5858 "json5" : " ^1.0.1" ,
5959 "mocha" : " ^5.2.0" ,
6060 "nyc" : " ^12.0.2" ,
61- "postcss" : " ^6 .0.23 " ,
61+ "postcss" : " ^7 .0.0 " ,
6262 "postcss-parser-tests" : " ^6.3.0" ,
63- "postcss-safe-parser" : " ^3 .0.1" ,
63+ "postcss-safe-parser" : " ^4 .0.1" ,
6464 "postcss-syntax" : " >=0.31.0"
6565 }
6666}
You can’t perform that action at this time.
0 commit comments