aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 9 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 988fd6c0f64..c787d61de2a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -83,7 +83,7 @@
"vue-material-design-icons": "^5.3.1",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
+ "vuex": "^4.1.0",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.7.0"
},
@@ -26457,12 +26457,15 @@
}
},
"node_modules/vuex": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz",
- "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
+ "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
"license": "MIT",
+ "dependencies": {
+ "@vue/devtools-api": "^6.0.0-beta.11"
+ },
"peerDependencies": {
- "vue": "^2.0.0"
+ "vue": "^3.2.0"
}
},
"node_modules/vuex-router-sync": {
diff --git a/package.json b/package.json
index eb4c9593fea..ab27b28c6fa 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
"vue-material-design-icons": "^5.3.1",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
- "vuex": "^3.6.2",
+ "vuex": "^4.1.0",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.7.0"
},