This repository was archived by the owner on Feb 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-jsx" ,
3- "version" : " 0.25 .0" ,
3+ "version" : " 0.26 .0" ,
44 "description" : " PostCSS syntax for parsing CSS in JS literals" ,
55 "repository" : {
66 "type" : " git" ,
3434 "test" : " nyc mocha --no-timeouts"
3535 },
3636 "dependencies" : {
37- "@babel/generator" : " ^7.0.0-beta.48 " ,
38- "@babel/parser" : " ^7.0.0-beta.48 " ,
39- "@babel/traverse" : " ^7.0.0-beta.48 " ,
40- "@babel/types" : " ^7.0.0-beta.48 " ,
41- "postcss-styled" : " >=0.25 .0"
37+ "@babel/generator" : " ^7.0.0-beta.49 " ,
38+ "@babel/parser" : " ^7.0.0-beta.49 " ,
39+ "@babel/traverse" : " ^7.0.0-beta.49 " ,
40+ "@babel/types" : " ^7.0.0-beta.49 " ,
41+ "postcss-styled" : " >=0.26 .0"
4242 },
4343 "peerDependencies" : {
4444 "postcss" : " >=5.0.0" ,
45- "postcss-syntax" : " >=0.25 .0"
45+ "postcss-syntax" : " >=0.26 .0"
4646 },
4747 "devDependencies" : {
48- "autoprefixer" : " ^8.5.0 " ,
48+ "autoprefixer" : " ^8.5.1 " ,
4949 "chai" : " ^4.1.2" ,
5050 "codecov" : " ^3.0.2" ,
5151 "json5" : " ^1.0.1" ,
5454 "postcss" : " ^6.0.22" ,
5555 "postcss-parser-tests" : " ^6.2.1" ,
5656 "postcss-safe-parser" : " ^3.0.1" ,
57- "postcss-syntax" : " >=0.25 .0"
57+ "postcss-syntax" : " >=0.26 .0"
5858 }
5959}
You can’t perform that action at this time.
0 commit comments