File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
babel-plugin-transform-vue-jsx
babel-sugar-functional-vue Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 1.1.1 " ,
6+ "version" : " 1.1.2 " ,
77 "npmClient" : " yarn"
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-plugin-transform-vue-jsx" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel plugin for Vue 2.0 JSX" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-preset-jsx" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel preset for Vue JSX" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx" ,
1414 },
1515 "dependencies" : {
1616 "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0" ,
17- "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0 " ,
18- "@vue/babel-sugar-functional-vue" : " ^1.0.0 " ,
19- "@vue/babel-sugar-inject-h" : " ^1.0.0 " ,
20- "@vue/babel-sugar-v-model" : " ^1.1.1 " ,
21- "@vue/babel-sugar-v-on" : " ^1.1.0 "
17+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.1.2 " ,
18+ "@vue/babel-sugar-functional-vue" : " ^1.1.2 " ,
19+ "@vue/babel-sugar-inject-h" : " ^1.1.2 " ,
20+ "@vue/babel-sugar-v-model" : " ^1.1.2 " ,
21+ "@vue/babel-sugar-v-on" : " ^1.1.2 "
2222 },
2323 "devDependencies" : {
2424 "rollup" : " ^0.67.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-functional-vue" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel syntactic sugar for functional components" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-inject-h" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel syntactic sugar for h automatic injection for Vue JSX" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-v-model" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel syntactic sugar for v-model support in Vue JSX" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model" ,
3737 "dependencies" : {
3838 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
3939 "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0" ,
40- "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0 " ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.1.2 " ,
4141 "camelcase" : " ^5.0.0" ,
4242 "html-tags" : " ^2.0.0" ,
4343 "svg-tags" : " ^1.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-v-on" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Babel syntactic sugar for v-model support in Vue JSX" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on" ,
3737 },
3838 "dependencies" : {
3939 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
40- "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0 " ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.1.2 " ,
4141 "camelcase" : " ^5.0.0"
4242 },
4343 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments