Skip to content

Commit

Permalink
chore: add vue-demi
Browse files Browse the repository at this point in the history
  • Loading branch information
mya-ake committed May 8, 2021
1 parent 2872d98 commit d096404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"prepare": "husky install"
},
"dependencies": {
"vue-demi": "^0.9.0",
"window-resize-subject": "^1.5.0"
},
"devDependencies": {
Expand All @@ -45,7 +46,8 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": ">=3.0.0"
"vue": "^2.6.0 || >=3.0.0",
"@vue/composition-api": "^1.0.0-beta.14"
},
"files": [
"dist",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5947,6 +5947,11 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vue-demi@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.9.0.tgz#b30da61450079d60a132d7aaf9e86d1949e8445e"
integrity sha512-f8vVUpC726YXv99fF/3zHaw5CUYbP5H/DVWBN+pncXM8P2Uz88kkffwj9yD7MukuVzPICDHNrgS3VC2ursaP7g==

vue-jest@^3.0.6:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-3.0.7.tgz#a6d29758a5cb4d750f5d1242212be39be4296a33"
Expand Down

0 comments on commit d096404

Please sign in to comment.