Updated all client dependencies

This commit is contained in:
2021-04-26 23:31:07 +00:00
parent 656a3b77f5
commit 8ac159de8f
3 changed files with 1389 additions and 922 deletions

View File

@@ -249,6 +249,7 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: CURRENTLY DOING:
front end back end update all the things, it's overdue then back to this stuff again
OVERALL OVERALL

2272
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,18 +14,18 @@
"myLint": "npm run lint" "myLint": "npm run lint"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.2", "@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2", "@fortawesome/vue-fontawesome": "^2.0.2",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2", "chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.8.3", "core-js": "^3.11.0",
"dompurify": "^2.2.6", "dompurify": "^2.2.7",
"fontsource-roboto": "^3.1.5", "fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0", "github-markdown-css": "^4.0.0",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"luxon": "^1.25.0", "luxon": "^1.26.0",
"marked": "^1.2.9", "marked": "^1.2.9",
"monaco-editor": "^0.21.3", "monaco-editor": "^0.21.3",
"monaco-editor-webpack-plugin": "^2.1.0", "monaco-editor-webpack-plugin": "^2.1.0",
@@ -35,32 +35,32 @@
"vue-chartjs": "^3.5.1", "vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3", "vue-currency-input": "1.20.3",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vuetify": "^2.4.3", "vuetify": "^2.4.11",
"vuex": "^3.6.2", "vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1" "vuex-persistedstate": "^2.7.1"
}, },
"devDependencies": { "devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5", "@cypress/webpack-preprocessor": "^4.1.5",
"@vue/cli-plugin-babel": "^4.5.11", "@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-e2e-cypress": "^4.5.11", "@vue/cli-plugin-e2e-cypress": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.11", "@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-pwa": "^4.5.11", "@vue/cli-plugin-pwa": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.11", "@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-vuex": "^4.5.11", "@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.11", "@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.3", "@vue/test-utils": "^1.1.4",
"babel-core": "6.26.3", "babel-core": "6.26.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.3", "fibers": "^4.0.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass": "^1.32.6", "sass": "^1.32.11",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.1.0", "vue-cli-plugin-vuetify": "^2.4.0",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.2", "vuetify-loader": "^1.7.2",
"webpack": "^4.46.0", "webpack": "^4.46.0",