From f5d03cfc35fb221537f4ea75bdcd6daa8d618e7b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Sep 2022 09:26:24 +0000 Subject: [PATCH] Update dependency vuex to v4 --- ui/package.json | 2 +- ui/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index a65263d0..840b7f6e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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", diff --git a/ui/yarn.lock b/ui/yarn.lock index ec45408d..12f95534 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -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" -- 2.47.2