FRONT END UPDATE ALL DEPENDENCIES

This commit is contained in:
2020-12-28 17:10:50 +00:00
parent d1d8eeb27a
commit 78fec10692
3 changed files with 1046 additions and 1495 deletions

View File

@@ -10,13 +10,8 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin
worked here locally latest build
retest on server after next deploy
todo: Help for list / editor form combo should be combined into list help alone
no reason to have separate
grid part can just say what's unique and link to standard grid help
form part below with all the deets
todo: v8 MIGRATE do not export empty strings, do null instead
confirm whatever method I use works for certain
@@ -34,7 +29,7 @@ todo: actual customer reports so can figure out datalist for bringing other name
CURRENTLY DOING: just finished review and back to misc above
CURRENTLY DOING: update front and back end stuff

2488
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,50 +17,50 @@
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@fortawesome/vue-fontawesome": "^2.0.2",
"chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.7.0",
"dompurify": "^2.2.2",
"fontsource-roboto": "^3.0.3",
"core-js": "^3.8.1",
"dompurify": "^2.2.6",
"fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0",
"jwt-decode": "^3.1.1",
"jwt-decode": "^3.1.2",
"luxon": "^1.25.0",
"marked": "^1.2.3",
"marked": "^1.2.7",
"monaco-editor": "^0.21.2",
"monaco-editor-webpack-plugin": "^2.0.0",
"monaco-editor-webpack-plugin": "^2.1.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3",
"vue-router": "^3.4.9",
"vuetify": "^2.3.16",
"vuex": "^3.5.1",
"vuetify": "^2.4.0",
"vuex": "^3.6.0",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-e2e-cypress": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-pwa": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-e2e-cypress": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-pwa": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.1",
"@vue/test-utils": "^1.1.2",
"babel-core": "6.26.3",
"babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.3",
"prettier": "^1.19.1",
"sass": "^1.29.0",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-cli-plugin-vuetify": "^2.0.8",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0",
"webpack": "^4.44.2",