Add vuex as direct dependency instead of peerDependency

This commit is contained in:
Lukas Hirt
2020-08-21 11:45:03 +02:00
committed by Benedikt Kulmann
parent b2d0c8aa0d
commit 2cf9e918ba
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -67,6 +67,7 @@
"swagger-vue-generator": "^1.0.6",
"url-search-params-polyfill": "^8.1.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"xml-js": "^1.6.11"
},
"browserslist": [
@@ -74,7 +75,6 @@
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^1.7.0",
"vuex": "^3.5.1"
"owncloud-design-system": "^1.7.0"
}
}