File tree 7 files changed +14
-14
lines changed
babel-plugin-transform-vue-jsx
babel-sugar-functional-vue
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 1.1.1 " ,
6
+ "version" : " 1.1.2 " ,
7
7
"npmClient" : " yarn"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-plugin-transform-vue-jsx" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel plugin for Vue 2.0 JSX" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-preset-jsx" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel preset for Vue JSX" ,
5
5
"main" : " dist/plugin.cjs.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx" ,
14
14
},
15
15
"dependencies" : {
16
16
"@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 "
22
22
},
23
23
"devDependencies" : {
24
24
"rollup" : " ^0.67.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-sugar-functional-vue" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel syntactic sugar for functional components" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-sugar-inject-h" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel syntactic sugar for h automatic injection for Vue JSX" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-sugar-v-model" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel syntactic sugar for v-model support in Vue JSX" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model" ,
37
37
"dependencies" : {
38
38
"@babel/plugin-syntax-jsx" : " ^7.2.0" ,
39
39
"@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 " ,
41
41
"camelcase" : " ^5.0.0" ,
42
42
"html-tags" : " ^2.0.0" ,
43
43
"svg-tags" : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-sugar-v-on" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Babel syntactic sugar for v-model support in Vue JSX" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"repository" : " https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on" ,
37
37
},
38
38
"dependencies" : {
39
39
"@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 " ,
41
41
"camelcase" : " ^5.0.0"
42
42
},
43
43
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments