diff options
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | 2020-10-07 21:09:21 +0300 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2020-10-08 20:12:56 +0300 |
commit | 08f0f8e132d117797080c4078a101ab93b0985a5 (patch) | |
tree | fb0b8f94ea32241f341099247fd0e3f7be6d1259 | |
parent | dc618a8dbc778c273015540e438cf81e1933175f (diff) | |
download | webui-vue-08f0f8e132d117797080c4078a101ab93b0985a5.tar.xz |
Update Vuex package to v3.5.1
New hasModule method was added in v3.2.0. This new feature is needed
with env specific work being done for the two image firmware update
work.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ia2a9168f76eb36a586913bd6371533eea0981b1c
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 2736c3b7b..e8225a77c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15920,9 +15920,9 @@ } }, "vuex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz", - "integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" }, "w3c-hr-time": { "version": "1.0.2", diff --git a/package.json b/package.json index 3b6554256..7e09189e4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "vue-i18n": "8.15.3", "vue-router": "3.1.3", "vuelidate": "0.7.5", - "vuex": "3.0.1", + "vuex": "3.5.1", "xterm": "4.6.0", "xterm-addon-attach": "0.6.0", "xterm-addon-fit": "0.4.0" |