Updated all front end dependencies except vue signature which I will do separately as it may need to be degraded

This commit is contained in:
2022-05-10 23:22:29 +00:00
parent 310a1979e7
commit 50d20da045
2 changed files with 250 additions and 229 deletions

View File

@@ -15,8 +15,8 @@
"@fortawesome/vue-fontawesome": "^2.0.6",
"chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.21.0",
"dompurify": "^2.3.5",
"core-js": "^3.22.5",
"dompurify": "^2.3.6",
"fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0",
"jwt-decode": "^3.1.2",
@@ -32,12 +32,12 @@
"vue-currency-input": "1.22.3",
"vue-router": "^3.5.3",
"vue-signature": "^2.5.4",
"vuetify": "^2.6.3",
"vuetify": "^2.6.5",
"vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.10",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
@@ -54,9 +54,9 @@
"eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.3",
"prettier": "^1.19.1",
"sass": "^1.49.7",
"sass": "^1.51.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.4.5",
"vue-cli-plugin-vuetify": "^2.4.8",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3",
"webpack": "^4.46.0",