Skip to content

Commit d4ab1b0

Browse files
committed
fix: mark vue and vue-router as peerDependency
1 parent e49a57c commit d4ab1b0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@
4545
"prettier": "^1.15.2",
4646
"semantic-release": "^17.3.0",
4747
"vite": "^2.4.4",
48-
"vue": "^3.1.5",
49-
"vue-router": "^4.0.10",
48+
"vue": "^3.2.2",
49+
"vue-router": "^4.0.11",
5050
"xo": "^0.23.0"
5151
},
52+
"peerDependencies": {
53+
"vue": "^3",
54+
"vue-router": "^4"
55+
},
5256
"xo": {
5357
"parserOptions": {
5458
"parser": "babel-eslint",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10275,14 +10275,14 @@ vue-eslint-parser@^4.0.2:
1027510275
esquery "^1.0.1"
1027610276
lodash "^4.17.11"
1027710277

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

10285-
vue@^3.1.5:
10285+
vue@^3.2.2:
1028610286
version "3.2.2"
1028710287
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.2.tgz#11715cb71a02baefd0f6e6552dc623680eb1bf32"
1028810288
integrity sha512-D/LuzAV30CgNJYGyNheE/VUs5N4toL2IgmS6c9qeOxvyh0xyn4exyRqizpXIrsvfx34zG9x5gCI2tdRHCGvF9w==

0 commit comments

Comments
 (0)