Upgrade client dependencies

This commit is contained in:
2021-08-27 19:37:23 +00:00
parent eb0e0daeb2
commit b1bb8bdc03
3 changed files with 77 additions and 63 deletions

View File

@@ -14,18 +14,18 @@
"myLint": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.15.2",
"dompurify": "^2.2.9",
"core-js": "^3.16.3",
"dompurify": "^2.3.1",
"fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0",
"jwt-decode": "^3.1.2",
"luxon": "^1.27.0",
"luxon": "^1.28.0",
"marked": "^1.2.9",
"monaco-editor": "^0.21.3",
"monaco-editor-webpack-plugin": "^2.1.0",
@@ -36,7 +36,7 @@
"vue-currency-input": "1.20.3",
"vue-router": "^3.5.2",
"vue-signature": "^2.5.1",
"vuetify": "^2.5.5",
"vuetify": "^2.5.8",
"vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1"
},
@@ -50,20 +50,20 @@
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.2.1",
"@vue/test-utils": "^1.2.2",
"babel-core": "6.26.3",
"babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.3",
"prettier": "^1.19.1",
"sass": "^1.35.1",
"sass": "^1.38.1",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.4.1",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2",
"vuetify-loader": "^1.7.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},