Skip to content

Commit 4ffdd5f

Browse files
renovate-botg3force
authored andcommitted
Update dependency vue-router to v4
1 parent d2066c8 commit 4ffdd5f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"v-hotkey": "0.9.0",
1919
"vue": "2.6.14",
2020
"vue-native-websocket": "2.0.15",
21-
"vue-router": "3.5.4",
21+
"vue-router": "4.0.16",
2222
"vuex": "3.6.2"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,11 @@
11631163
optionalDependencies:
11641164
prettier "^1.18.2 || ^2.0.0"
11651165

1166+
"@vue/devtools-api@^6.0.0":
1167+
version "6.1.4"
1168+
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.1.4.tgz#b4aec2f4b4599e11ba774a50c67fa378c9824e53"
1169+
integrity sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==
1170+
11661171
"@vue/preload-webpack-plugin@^1.1.0":
11671172
version "1.1.2"
11681173
resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz#ceb924b4ecb3b9c43871c7a429a02f8423e621ab"
@@ -8262,10 +8267,12 @@ [email protected]:
82628267
resolved "https://registry.yarnpkg.com/vue-native-websocket/-/vue-native-websocket-2.0.15.tgz#e94af2bb7f54beeaac5281d953751d2858b76964"
82638268
integrity sha512-i3UvRL99rY8ytV0VJzcWDwY3fRPoeh2fGYvB9862JocEQOx/oCw/VtPIUwP4tSzmzJvJZNkvP71wfhfS1sVhxQ==
82648269

8265-
8266-
version "3.5.4"
8267-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.4.tgz#c453c0b36bc75554de066fefc3f2a9c3212aca70"
8268-
integrity sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ==
8270+
8271+
version "4.0.16"
8272+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.16.tgz#9477beeeef36e80e04d041a1738801a55e6e862e"
8273+
integrity sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==
8274+
dependencies:
8275+
"@vue/devtools-api" "^6.0.0"
82698276

82708277
vue-style-loader@^4.1.0:
82718278
version "4.1.3"

0 commit comments

Comments
 (0)