Skip to content

Commit b6ff645

Browse files
committed
chore: update dependencies
1 parent 65d8cea commit b6ff645

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -36,9 +36,11 @@
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",
@@ -58,6 +60,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",
@@ -82,6 +85,7 @@
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
}

0 commit comments

Comments
 (0)