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
diff --git a/package.json b/package.json
index 7e09189..1bc62f5 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"