File tree Expand file tree Collapse file tree 14 files changed +61
-61
lines changed
babel-plugin-react-pug-classnames
babel-plugin-rn-stylename-inline
babel-plugin-rn-stylename-to-style Expand file tree Collapse file tree 14 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " example" ,
33 "private" : true ,
4- "version" : " 0.2.12 " ,
4+ "version" : " 0.2.13 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "start" : " node --watch server.js"
88 },
99 "dependencies" : {
1010 "@babel/core" : " ^7.0.0" ,
11- "cssxjs" : " ^0.2.12 " ,
11+ "cssxjs" : " ^0.2.13 " ,
1212 "esbuild" : " ^0.21.4" ,
1313 "react" : " ^18.3.1" ,
1414 "react-dom" : " ^18.3.1"
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.2.12 " ,
2+ "version" : " 0.2.13 " ,
33 "npmClient" : " yarn" ,
44 "packages" : [
55 " packages/*" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cssxjs/babel-plugin-react-pug-classnames" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @cssxjs/babel-plugin-react-pug" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "description" : " Babel plugin to transform Pug into JSX" ,
55 "main" : " index.js" ,
66 "exports" : {
1414 },
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@cssxjs/babel-plugin-react-pug-classnames" : " ^0.2.12 " ,
17+ "@cssxjs/babel-plugin-react-pug-classnames" : " ^0.2.13 " ,
1818 "@startupjs/babel-plugin-transform-react-pug" : " ^7.0.1-0"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " @cssxjs/babel-plugin-rn-stylename-inline" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
2626 "@babel/parser" : " ^7.0.0" ,
2727 "@babel/template" : " ^7.4.0" ,
2828 "@babel/types" : " ^7.0.0" ,
29- "@cssxjs/loaders" : " ^0.2.12 " ,
30- "@cssxjs/runtime" : " ^0.2.12 "
29+ "@cssxjs/loaders" : " ^0.2.13 " ,
30+ "@cssxjs/runtime" : " ^0.2.13 "
3131 },
3232 "devDependencies" : {
3333 "@babel/plugin-syntax-jsx" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cssxjs/babel-plugin-rn-stylename-to-style" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
2525 "dependencies" : {
2626 "@babel/template" : " ^7.4.0" ,
2727 "@babel/types" : " ^7.0.0" ,
28- "@cssxjs/runtime" : " ^0.2.12 "
28+ "@cssxjs/runtime" : " ^0.2.13 "
2929 },
3030 "devDependencies" : {
3131 "@babel/plugin-syntax-jsx" : " ^7.0.0" ,
32- "@cssxjs/babel-plugin-react-pug" : " ^0.2.12 " ,
32+ "@cssxjs/babel-plugin-react-pug" : " ^0.2.13 " ,
3333 "babel-plugin-tester" : " ^9.1.0" ,
3434 "jest" : " ^30.0.4"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-preset-cssxjs" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "description" : " Babel preset for compiling CSSX" ,
55 "main" : " index.js" ,
66 "exports" : {
1616 "dependencies" : {
1717 "@babel/plugin-syntax-jsx" : " ^7.0.0" ,
1818 "@babel/plugin-syntax-typescript" : " ^7.23.3" ,
19- "@cssxjs/babel-plugin-react-pug" : " ^0.2.12 " ,
20- "@cssxjs/babel-plugin-rn-stylename-inline" : " ^0.2.12 " ,
21- "@cssxjs/babel-plugin-rn-stylename-to-style" : " ^0.2.12 "
19+ "@cssxjs/babel-plugin-react-pug" : " ^0.2.13 " ,
20+ "@cssxjs/babel-plugin-rn-stylename-inline" : " ^0.2.13 " ,
21+ "@cssxjs/babel-plugin-rn-stylename-to-style" : " ^0.2.13 "
2222 }
2323}
Original file line number Diff line number Diff line change 11{
22 "name" : " @cssxjs/bundler" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "description" : " Compile CSSX styles in React Native and Web bundlers" ,
55 "exports" : {
66 "./metro-config" : " ./metro-config.js" ,
2121 "license" : " MIT" ,
2222 "dependencies" : {
2323 "@babel/core" : " ^7.0.0" ,
24- "@cssxjs/loaders" : " ^0.2.12 " ,
25- "babel-preset-cssxjs" : " ^0.2.12 "
24+ "@cssxjs/loaders" : " ^0.2.13 " ,
25+ "babel-preset-cssxjs" : " ^0.2.13 "
2626 }
2727}
Original file line number Diff line number Diff line change 11{
22 "name" : " cssxjs" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "description" : " CSS-in-JS with actual CSS syntax" ,
55 "type" : " module" ,
66 "main" : " index.js" ,
3434 "test" : " echo 'No tests yet' && exit 0"
3535 },
3636 "dependencies" : {
37- "@cssxjs/babel-plugin-react-pug" : " ^0.2.12 " ,
38- "@cssxjs/babel-plugin-rn-stylename-inline" : " ^0.2.12 " ,
39- "@cssxjs/babel-plugin-rn-stylename-to-style" : " ^0.2.12 " ,
40- "@cssxjs/bundler" : " ^0.2.12 " ,
41- "@cssxjs/loaders" : " ^0.2.12 " ,
42- "@cssxjs/runtime" : " ^0.2.12 " ,
43- "babel-preset-cssxjs" : " ^0.2.12 "
37+ "@cssxjs/babel-plugin-react-pug" : " ^0.2.13 " ,
38+ "@cssxjs/babel-plugin-rn-stylename-inline" : " ^0.2.13 " ,
39+ "@cssxjs/babel-plugin-rn-stylename-to-style" : " ^0.2.13 " ,
40+ "@cssxjs/bundler" : " ^0.2.13 " ,
41+ "@cssxjs/loaders" : " ^0.2.13 " ,
42+ "@cssxjs/runtime" : " ^0.2.13 " ,
43+ "babel-preset-cssxjs" : " ^0.2.13 "
4444 },
4545 "peerDependencies" : {
4646 "react" : " *"
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-cssxjs" ,
3- "version" : " 0.2.12 " ,
3+ "version" : " 0.2.13 " ,
44 "description" : " ESLint config for CSSX projects" ,
55 "main" : " index.js" ,
66 "publishConfig" : {
1414 "@typescript-eslint/eslint-plugin" : " ^6.20.0" ,
1515 "eslint-config-standard" : " ^17.1.0" ,
1616 "eslint-config-standard-with-typescript" : " ^43.0.1" ,
17- "eslint-plugin-cssxjs" : " ^0.2.12 " ,
17+ "eslint-plugin-cssxjs" : " ^0.2.13 " ,
1818 "eslint-plugin-import" : " ^2.29.1" ,
1919 "eslint-plugin-import-helpers" : " ^1.3.1" ,
2020 "eslint-plugin-n" : " ^16.6.2" ,
You can’t perform that action at this time.
0 commit comments