File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
babel-helper-vue-jsx-merge-props
babel-plugin-transform-vue-jsx
babel-sugar-composition-api-inject-h
babel-sugar-composition-api-render-instance
babel-sugar-functional-vue Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 1.1.2 " ,
6+ "version" : " 1.2.0 " ,
77 "npmClient" : " yarn"
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-helper-vue-jsx-merge-props" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " Babel helper for Vue JSX spread" ,
55 "main" : " dist/helper.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-plugin-transform-vue-jsx" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
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" ,
3737 "dependencies" : {
3838 "@babel/helper-module-imports" : " ^7.0.0" ,
3939 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
40- "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0 .0" ,
40+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.2 .0" ,
4141 "html-tags" : " ^2.0.0" ,
4242 "lodash.kebabcase" : " ^4.1.1" ,
4343 "svg-tags" : " ^1.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-preset-jsx" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
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" ,
1313 "prerelease" : " yarn build"
1414 },
1515 "dependencies" : {
16- "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0 .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 "
16+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.2 .0" ,
17+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.2.0 " ,
18+ "@vue/babel-sugar-functional-vue" : " ^1.2.0 " ,
19+ "@vue/babel-sugar-inject-h" : " ^1.2.0 " ,
20+ "@vue/babel-sugar-v-model" : " ^1.2.0 " ,
21+ "@vue/babel-sugar-v-on" : " ^1.2.0 "
2222 },
2323 "devDependencies" : {
2424 "rollup" : " ^0.67.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-composition-api-inject-h" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Babel syntactic sugar for h automatic injection for Vue JSX with @vue/composition-api" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-composition-api-render-instance" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api" ,
55 "main" : " dist/plugin.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-sugar-functional-vue" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
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.1.2 " ,
3+ "version" : " 1.2.0 " ,
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.2 " ,
3+ "version" : " 1.2.0 " ,
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" ,
3636 },
3737 "dependencies" : {
3838 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
39- "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0 .0" ,
40- "@vue/babel-plugin-transform-vue-jsx" : " ^1.1.2 " ,
39+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.2 .0" ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.2.0 " ,
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.2 " ,
3+ "version" : " 1.2.0 " ,
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.1.2 " ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.2.0 " ,
4141 "camelcase" : " ^5.0.0"
4242 },
4343 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments