Skip to content

Commit

Permalink
fix: mark vue and vue-router as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Aug 12, 2021
1 parent e49a57c commit d4ab1b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@
"prettier": "^1.15.2",
"semantic-release": "^17.3.0",
"vite": "^2.4.4",
"vue": "^3.1.5",
"vue-router": "^4.0.10",
"vue": "^3.2.2",
"vue-router": "^4.0.11",
"xo": "^0.23.0"
},
"peerDependencies": {
"vue": "^3",
"vue-router": "^4"
},
"xo": {
"parserOptions": {
"parser": "babel-eslint",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10275,14 +10275,14 @@ vue-eslint-parser@^4.0.2:
esquery "^1.0.1"
lodash "^4.17.11"

vue-router@^4.0.10:
vue-router@^4.0.11:
version "4.0.11"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.11.tgz#cd649a0941c635281763a20965b599643ddc68ed"
integrity sha512-sha6I8fx9HWtvTrFZfxZkiQQBpqSeT+UCwauYjkdOQYRvwsGwimlQQE2ayqUwuuXGzquFpCPoXzYKWlzL4OuXg==
dependencies:
"@vue/devtools-api" "^6.0.0-beta.14"

vue@^3.1.5:
vue@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.2.tgz#11715cb71a02baefd0f6e6552dc623680eb1bf32"
integrity sha512-D/LuzAV30CgNJYGyNheE/VUs5N4toL2IgmS6c9qeOxvyh0xyn4exyRqizpXIrsvfx34zG9x5gCI2tdRHCGvF9w==
Expand Down

0 comments on commit d4ab1b0

Please sign in to comment.