Skip to content

Commit df2fc00

Browse files
committed
chore: bump vuex and vue-router
1 parent 9f6013d commit df2fc00

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"typescript": "^3.7.5",
4141
"vue": "^3.0.2",
4242
"vue-jest": "^5.0.0-alpha.5",
43-
"vue-router": "^4.0.0-alpha.14",
44-
"vuex": "^4.0.0-beta.1"
43+
"vue-router": "^4.0.0-rc.1",
44+
"vuex": "^4.0.0-beta.4"
4545
},
4646
"peerDependencies": {
4747
"vue": "^3.0.1"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6165,10 +6165,10 @@ vue-jest@^5.0.0-alpha.5:
61656165
extract-from-css "^0.4.4"
61666166
ts-jest "^24.0.0"
61676167

6168-
vue-router@^4.0.0-alpha.14:
6169-
version "4.0.0-alpha.14"
6170-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.0-alpha.14.tgz#4bc5fed1db61b8d04fd95ad9c499c7428f039a0e"
6171-
integrity sha512-ydWSXxXAsTCiJ31V4x4ZAKI1CdpPMhf7b2LPi4AmG5SCgduu1zf+LhzWWHXmgbmheEiJpfecigVIZp4ABpZJmw==
6168+
vue-router@^4.0.0-rc.1:
6169+
version "4.0.0-rc.1"
6170+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.0-rc.1.tgz#42f41315849163a1243886c9aa6d7c14f24fd003"
6171+
integrity sha512-N3SSOIiRFo1/D6EkHGuahUSuyDvFhKizN5zVXkALX7wv0hYYndV49KwzRF5lKsAIt+OlDl7y+sNmwNewb7a4iw==
61726172

61736173
vue@^3.0.2:
61746174
version "3.0.2"
@@ -6179,10 +6179,10 @@ vue@^3.0.2:
61796179
"@vue/runtime-dom" "3.0.2"
61806180
"@vue/shared" "3.0.2"
61816181

6182-
vuex@^4.0.0-beta.1:
6183-
version "4.0.0-beta.1"
6184-
resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.0-beta.1.tgz#4602f1450d45ffa69883dca0d32a5240c1f90d42"
6185-
integrity sha512-CdySfBnbCOCGA+dRY0fUGvsr1nUNGjfxR3Kzcde806bzdGjqWG4QJ1knxPEb2w/s94qIJoOUOcZGlR2SmlcOSg==
6182+
vuex@^4.0.0-beta.4:
6183+
version "4.0.0-beta.4"
6184+
resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.0-beta.4.tgz#7b319ead2ef30432b7eaa4e37258ea3c5e44f698"
6185+
integrity sha512-/+4E1dokq5cwbl4mohOqOj8h0vOLOWmLSqlqTf++bfmN9/JKWtwYfsBrzlK0sYrNfuYcpQeX0BVxQHoHXDfYZQ==
61866186

61876187
w3c-hr-time@^1.0.1, w3c-hr-time@^1.0.2:
61886188
version "1.0.2"

0 commit comments

Comments
 (0)