summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDixsie <dixsie@ibm.com>2021-03-25 23:44:02 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2021-03-30 20:10:51 +0300
commit1915d8c4992c1a4165e8ae108e4d799b3b4ce86a (patch)
tree3dd5d163f97e744ef840ca3d18f7a663d02af559 /package.json
parent3bb5e8273fbf7dcc56bd7dd14d8395715d15b1b0 (diff)
downloadwebui-vue-1915d8c4992c1a4165e8ae108e4d799b3b4ce86a.tar.xz
Update all minor and patch releases
Updated NPM packages with minor and patch releases only. Tested the UI locally and by building copying to the BMC and running in an overlay and did not observe breaking changes. Major releases are not updated in this commit as they require additional testing and code updates to address breaking changes and will be updated separately once those updates are stable. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I73c952a75a1148c5852a18d73b9065083fd8e94c
Diffstat (limited to 'package.json')
-rw-r--r--package.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/package.json b/package.json
index ddd0802e..9a99d162 100644
--- a/package.json
+++ b/package.json
@@ -15,49 +15,49 @@
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
- "@carbon/icons-vue": "10.19.0",
+ "@carbon/icons-vue": "10.28.0",
"@novnc/novnc": "1.2.0",
"axios": "0.21.1",
- "bootstrap": "4.5.3",
- "bootstrap-vue": "2.18.0",
- "core-js": "3.6.5",
- "date-fns": "2.16.1",
- "date-fns-tz": "1.0.12",
+ "bootstrap": "4.6.0",
+ "bootstrap-vue": "2.21.2",
+ "core-js": "3.9.1",
+ "date-fns": "2.19.0",
+ "date-fns-tz": "1.1.3",
"js-cookie": "2.2.1",
- "lodash": "4.17.20",
+ "lodash": "4.17.21",
"vue": "2.6.12",
- "vue-i18n": "8.22.1",
- "vue-router": "3.4.7",
- "vuelidate": "0.7.5",
- "vuex": "3.5.1",
- "xterm": "4.9.0",
+ "vue-i18n": "8.24.2",
+ "vue-router": "3.5.1",
+ "vuelidate": "0.7.6",
+ "vuex": "3.6.2",
+ "xterm": "4.11.0",
"xterm-addon-attach": "0.6.0",
- "xterm-addon-fit": "0.4.0"
+ "xterm-addon-fit": "0.5.0"
},
"devDependencies": {
- "@intlify/vue-i18n-loader": "1.0.0",
- "@vue/cli-plugin-babel": "4.5.10",
- "@vue/cli-plugin-eslint": "4.5.10",
- "@vue/cli-plugin-router": "4.5.10",
- "@vue/cli-plugin-unit-jest": "4.5.10",
- "@vue/cli-plugin-vuex": "4.5.10",
- "@vue/cli-service": "4.5.10",
+ "@intlify/vue-i18n-loader": "1.1.0",
+ "@vue/cli-plugin-babel": "4.5.12",
+ "@vue/cli-plugin-eslint": "4.5.12",
+ "@vue/cli-plugin-router": "4.5.12",
+ "@vue/cli-plugin-unit-jest": "4.5.12",
+ "@vue/cli-plugin-vuex": "4.5.12",
+ "@vue/cli-service": "4.5.12",
"@vue/eslint-config-prettier": "5.0.0",
- "@vue/test-utils": "1.1.0",
+ "@vue/test-utils": "1.1.3",
"babel-eslint": "10.1.0",
"babel-plugin-transform-require-context": "0.1.1",
- "check-node-version": "4.0.3",
+ "check-node-version": "4.1.0",
"compression-webpack-plugin": "6.0.3",
- "eslint": "7.18.0",
+ "eslint": "7.22.0",
"eslint-plugin-prettier": "3.3.1",
- "eslint-plugin-vue": "7.4.1",
- "lint-staged": "10.5.3",
+ "eslint-plugin-vue": "7.8.0",
+ "lint-staged": "10.5.4",
"prettier": "2.2.1",
- "sass": "1.27.0",
+ "sass": "1.32.8",
"sass-loader": "8.0.0",
"vue-cli-plugin-i18n": "0.6.1",
"vue-template-compiler": "2.6.12",
- "vuepress": "1.7.1"
+ "vuepress": "1.8.2"
},
"engines": {
"node": ">=12.14.1"