File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @fext/vue-use" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Use Vue Composition API Right Now" ,
55 "main" : " lib/index.js" ,
66 "module" : " lib/index.esm.js" ,
3636 "license" : " MIT" ,
3737 "dependencies" : {
3838 "@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"
4244 },
4345 "devDependencies" : {
4446 "@babel/core" : " ^7.7.7" ,
5860 "@storybook/addon-storysource" : " ^5.2.8" ,
5961 "@storybook/addons" : " ^5.2.8" ,
6062 "@storybook/vue" : " ^5.2.8" ,
63+ "@vue/composition-api" : " ^0.5.0" ,
6164 "@vue/eslint-config-standard" : " ^5.0.1" ,
6265 "@vue/test-utils" : " ^1.0.2" ,
6366 "babel-eslint" : " ^10.0.3" ,
8285 "rollup-plugin-vue" : " >=5.0.0 <=5.1.1" ,
8386 "sass" : " ^1.24.2" ,
8487 "sass-loader" : " ^8.0.0" ,
88+ "vue" : " ^2.6.11" ,
8589 "vue-loader" : " ^15.8.3" ,
8690 "vue-template-compiler" : " ^2.6.11"
8791 }
You can’t perform that action at this time.
0 commit comments