4
2
Fork 0

replaced vuex 3 with vuex 4

This commit is contained in:
Erastus Amunwe 2020-10-26 23:06:57 +02:00
parent bcd6f2f79e
commit 8c1d721640
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -13657,6 +13657,11 @@
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
"dev": true
},
"vuex": {
"version": "4.0.0-beta.4",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.0-beta.4.tgz",
"integrity": "sha512-/+4E1dokq5cwbl4mohOqOj8h0vOLOWmLSqlqTf++bfmN9/JKWtwYfsBrzlK0sYrNfuYcpQeX0BVxQHoHXDfYZQ=="
},
"watchpack": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz",

View File

@ -16,7 +16,8 @@
"core-js": "^3.6.5",
"lodash": "^4.17.20",
"uikit": "^3.5.9",
"vue": "^3.0.0"
"vue": "^3.0.0",
"vuex": "^4.0.0-beta.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",