File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fext/vue-use" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Use Vue Composition API Right Now" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.esm.js" ,
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"@babel/runtime-corejs3" : " ^7.7.7" ,
39
- "@vue/composition-api" : " ^0.3.4" ,
40
- "lodash" : " ^4.17.15" ,
41
- "vue" : " ^2.6.11"
39
+ "lodash" : " ^4.17.15"
40
+ },
41
+ "peerDependencies" : {
42
+ "@vue/composition-api" : " >=0.5.0" ,
43
+ "vue" : " >=2.6.0"
42
44
},
43
45
"devDependencies" : {
44
46
"@babel/core" : " ^7.7.7" ,
58
60
"@storybook/addon-storysource" : " ^5.2.8" ,
59
61
"@storybook/addons" : " ^5.2.8" ,
60
62
"@storybook/vue" : " ^5.2.8" ,
63
+ "@vue/composition-api" : " ^0.5.0" ,
61
64
"@vue/eslint-config-standard" : " ^5.0.1" ,
62
65
"@vue/test-utils" : " ^1.0.2" ,
63
66
"babel-eslint" : " ^10.0.3" ,
82
85
"rollup-plugin-vue" : " >=5.0.0 <=5.1.1" ,
83
86
"sass" : " ^1.24.2" ,
84
87
"sass-loader" : " ^8.0.0" ,
88
+ "vue" : " ^2.6.11" ,
85
89
"vue-loader" : " ^15.8.3" ,
86
90
"vue-template-compiler" : " ^2.6.11"
87
91
}
You can’t perform that action at this time.
0 commit comments