summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-10-20 21:04:07 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-23 00:10:51 +0300
commitdd50d30d03aee5976b2085f4edec5e5b729d29f9 (patch)
tree55cc7851b4d82607d9a4ad56d13acc842b8ac8db /package.json
parentdd6aa0aa8f12426c681f5991f2e9a21b379e86c3 (diff)
downloadwebui-vue-dd50d30d03aee5976b2085f4edec5e5b729d29f9.tar.xz
Update vuepress to fix hot reloading
- Version 1.5 had an issue with hot reloading that was resolved in version 1.5.1 - Update vue and vue-template-compiler to vue@2.6.12 to resolve vuepress dependencies Testing: - Ran docs locally (npm run docs:serve) and verified all pages - Ran app locally (npm run serve) and spot tested several pages Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Iec3494e00756040d9ce2f9ae6d1475f37dba0032
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7e09189e..1bc62f5b 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"date-fns-tz": "1.0.10",
"js-cookie": "2.2.1",
"lodash": "4.17.19",
- "vue": "2.6.11",
+ "vue": "2.6.12",
"vue-i18n": "8.15.3",
"vue-router": "3.1.3",
"vuelidate": "0.7.5",
@@ -54,8 +54,8 @@
"sass": "1.26.10",
"sass-loader": "8.0.0",
"vue-cli-plugin-i18n": "0.6.1",
- "vue-template-compiler": "2.6.11",
- "vuepress": "1.5.0"
+ "vue-template-compiler": "2.6.12",
+ "vuepress": "1.5.1"
},
"engines": {
"node": ">=12.14.1"