Update dependency vuex to v4 #113

Closed
renovate-bot wants to merge 38 commits from renovate/vuex-4.x into master
2 changed files with 12 additions and 5 deletions
Showing only changes of commit f5d03cfc35 - Show all commits

View file

@ -16,7 +16,7 @@
"vue": "^2.7.8",
"vue-i18n": "^8.27.2",
"vue-router": "^3.5.4",
"vuex": "^3.6.2"
"vuex": "^4.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",

View file

@ -1544,6 +1544,11 @@
optionalDependencies:
prettier "^1.18.2 || ^2.0.0"
"@vue/devtools-api@^6.0.0-beta.11":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.2.1.tgz#6f2948ff002ec46df01420dfeff91de16c5b4092"
integrity sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==
"@vue/eslint-config-standard@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@vue/eslint-config-standard/-/eslint-config-standard-7.0.0.tgz#0610a423d55f30b5e8b25d6d332069efb7710061"
@ -6782,10 +6787,12 @@ vue@^2.6.11, vue@^2.7.8:
"@vue/compiler-sfc" "2.7.8"
csstype "^3.1.0"
vuex@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.6.2.tgz#236bc086a870c3ae79946f107f16de59d5895e71"
integrity sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==
vuex@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.2.tgz#f896dbd5bf2a0e963f00c67e9b610de749ccacc9"
integrity sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==
dependencies:
"@vue/devtools-api" "^6.0.0-beta.11"
watchpack@^2.4.0:
version "2.4.0"