Skip to content

Commit e9a6a0c

Browse files
committed
Revert "Update dependency vue-router to v4"
This reverts commit 4ffdd5f.
1 parent 5e78e77 commit e9a6a0c

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
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": "4.0.16",
21+
"vue-router": "3.5.4",
2222
"vuex": "3.6.2"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,11 +1163,6 @@
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-
11711166
"@vue/preload-webpack-plugin@^1.1.0":
11721167
version "1.1.2"
11731168
resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz#ceb924b4ecb3b9c43871c7a429a02f8423e621ab"
@@ -8267,12 +8262,10 @@ [email protected]:
82678262
resolved "https://registry.yarnpkg.com/vue-native-websocket/-/vue-native-websocket-2.0.15.tgz#e94af2bb7f54beeaac5281d953751d2858b76964"
82688263
integrity sha512-i3UvRL99rY8ytV0VJzcWDwY3fRPoeh2fGYvB9862JocEQOx/oCw/VtPIUwP4tSzmzJvJZNkvP71wfhfS1sVhxQ==
82698264

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"
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==
82768269

82778270
vue-style-loader@^4.1.0:
82788271
version "4.1.3"

0 commit comments

Comments
 (0)