File tree Expand file tree Collapse file tree 8 files changed +25
-20
lines changed
babel-helper-vue-jsx-merge-props
babel-plugin-transform-vue-jsx
babel-sugar-functional-vue Expand file tree Collapse file tree 8 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.9.1" ,
3- "packages" : [" packages/*" ],
4- "version" : " 0.1.0" ,
3+ "packages" : [
4+ " packages/*"
5+ ],
6+ "version" : " 1.0.0-beta.1" ,
57 "npmClient" : " yarn"
68}
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-helper-vue-jsx-merge-props" ,
3- "version" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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" ,
2626 "rollup-plugin-istanbul" : " ^2.0.1"
2727 },
2828 "nyc" : {
29- "exclude" : [" dist" , " test" ]
29+ "exclude" : [
30+ " dist" ,
31+ " test"
32+ ]
3033 }
3134}
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/babel-plugin-transform-vue-jsx" ,
3- "version" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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" : " ^0. 1.0" ,
40+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0-beta.1 " ,
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" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
44 "description" : " Babel preset for Vue JSX" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-event-modifiers" ,
1313 "prerelease" : " yarn build"
1414 },
1515 "dependencies" : {
16- "@vue/babel-helper-vue-jsx-merge-props" : " ^0. 1.0" ,
17- "@vue/babel-plugin-transform-vue-jsx" : " ^0. 1.0" ,
18- "@vue/babel-sugar-functional-vue" : " ^0. 1.0" ,
19- "@vue/babel-sugar-inject-h" : " ^0. 1.0" ,
20- "@vue/babel-sugar-v-model" : " ^0. 1.0" ,
21- "@vue/babel-sugar-v-on" : " ^0. 1.0"
16+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0-beta.1 " ,
17+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0-beta.1 " ,
18+ "@vue/babel-sugar-functional-vue" : " ^1.0.0-beta.1 " ,
19+ "@vue/babel-sugar-inject-h" : " ^1.0.0-beta.1 " ,
20+ "@vue/babel-sugar-v-model" : " ^1.0.0-beta.1 " ,
21+ "@vue/babel-sugar-v-on" : " ^1.0.0-beta.1 "
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" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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-event-modifiers" ,
3636 },
3737 "dependencies" : {
3838 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
39- "@vue/babel-helper-vue-jsx-merge-props" : " ^0. 1.0" ,
40- "@vue/babel-plugin-transform-vue-jsx" : " ^0. 1.0" ,
39+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0-beta.1 " ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0-beta.1 " ,
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" : " 0. 1.0" ,
3+ "version" : " 1.0.0-beta.1 " ,
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-event-modifiers" ,
3737 },
3838 "dependencies" : {
3939 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
40- "@vue/babel-plugin-transform-vue-jsx" : " ^0. 1.0" ,
40+ "@vue/babel-plugin-transform-vue-jsx" : " ^1.0.0-beta.1 " ,
4141 "camelcase" : " ^5.0.0"
4242 },
4343 "nyc" : {
You can’t perform that action at this time.
0 commit comments