Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed May 24, 2020
1 parent 65d8cea commit b6ff645
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fext/vue-use",
"version": "0.1.0",
"version": "0.1.1",
"description": "Use Vue Composition API Right Now",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down Expand Up @@ -36,9 +36,11 @@
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs3": "^7.7.7",
"@vue/composition-api": "^0.3.4",
"lodash": "^4.17.15",
"vue": "^2.6.11"
"lodash": "^4.17.15"
},
"peerDependencies": {
"@vue/composition-api": ">=0.5.0",
"vue": ">=2.6.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand All @@ -58,6 +60,7 @@
"@storybook/addon-storysource": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/vue": "^5.2.8",
"@vue/composition-api": "^0.5.0",
"@vue/eslint-config-standard": "^5.0.1",
"@vue/test-utils": "^1.0.2",
"babel-eslint": "^10.0.3",
Expand All @@ -82,6 +85,7 @@
"rollup-plugin-vue": ">=5.0.0 <=5.1.1",
"sass": "^1.24.2",
"sass-loader": "^8.0.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11"
}
Expand Down

0 comments on commit b6ff645

Please sign in to comment.