Add vuex as direct dependency instead of peerDependency

This commit is contained in:
Lukas Hirt
2020-07-30 10:08:40 +02:00
committed by Benedikt Kulmann
parent b2d0c8aa0d
commit 2cf9e918ba
3 changed files with 10 additions and 5 deletions

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"
}
}

View File

File diff suppressed because one or more lines are too long

View File

@@ -6418,6 +6418,11 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
vuex@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.5.1.tgz#f1b8dcea649bc25254cf4f4358081dbf5da18b3d"
integrity sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==
wcwidth@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"