Post upgrade, all working apparently after quick check

This commit is contained in:
2020-06-06 13:53:03 +00:00
parent 5933fd2344
commit 284fe286fa
3 changed files with 3691 additions and 3014 deletions

View File

@@ -4,11 +4,11 @@ run vue cli from anywhere
VUE GUI INTERFACE VUE GUI INTERFACE
run vue ui from project folder (or maybe anywhere not sure) run vue ui from project folder (or maybe anywhere not sure)
Dialogs and toasts etc:
https://www.npmjs.com/package/vuetify-dialog
Tested on phone, iPad, MSEDGE worked ok, probably fine, easy to use fuck it throwing it in
UPGRADING
1 First take a checkpoint snapshot commit to revert to if necessary
2 upgrade the vu ui cli tool: npm update -g @vue/cli
3 Then can do the upgrade inside it after running vue UI
LINTER ISSUES LINTER ISSUES

6653
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,51 +14,51 @@
"dependencies": { "dependencies": {
"chart.js": "^2.9.3", "chart.js": "^2.9.3",
"chartjs-adapter-luxon": "^0.2.1", "chartjs-adapter-luxon": "^0.2.1",
"core-js": "^3.6.4", "core-js": "^3.6.5",
"dompurify": "^2.0.8", "dompurify": "^2.0.11",
"github-markdown-css": "^4.0.0", "github-markdown-css": "^4.0.0",
"jwt-decode": "^2.2.0", "jwt-decode": "^2.2.0",
"luxon": "^1.22.2", "luxon": "^1.24.1",
"marked": "^0.8.2", "marked": "^0.8.2",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"register-service-worker": "^1.7.1", "register-service-worker": "^1.7.1",
"typeface-roboto": "0.0.75", "typeface-roboto": "0.0.75",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-chartjs": "^3.5.0", "vue-chartjs": "^3.5.0",
"vue-currency-input": "^1.17.3", "vue-currency-input": "^1.18.4",
"vue-router": "^3.1.6", "vue-router": "^3.3.2",
"vuetify": "^2.2.19", "vuetify": "^2.2.32",
"vuex": "^3.1.3", "vuex": "^3.4.0",
"vuex-persistedstate": "^2.7.1" "vuex-persistedstate": "^2.7.1"
}, },
"devDependencies": { "devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.3", "@cypress/webpack-preprocessor": "^4.1.5",
"@fortawesome/fontawesome-free": "^5.13.0", "@fortawesome/fontawesome-free": "^5.13.0",
"@vue/cli-plugin-babel": "^4.2.3", "@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-e2e-cypress": "^4.2.3", "@vue/cli-plugin-e2e-cypress": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.2.3", "@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-pwa": "^4.2.3", "@vue/cli-plugin-pwa": "^4.4.1",
"@vue/cli-plugin-router": "^4.2.3", "@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-unit-jest": "^4.2.3", "@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.2.3", "@vue/cli-plugin-vuex": "^4.4.1",
"@vue/cli-service": "^4.2.3", "@vue/cli-service": "^4.4.1",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.0-beta.32", "@vue/test-utils": "^1.0.3",
"babel-core": "6.26.3", "babel-core": "6.26.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.2", "fibers": "^4.0.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass": "^1.26.3", "sass": "^1.26.8",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5", "vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3", "vuetify-loader": "^1.4.4",
"webpack": "^4.42.1", "webpack": "^4.43.0",
"webpack-cli": "^3.3.11" "webpack-cli": "^3.3.11"
}, },
"eslintConfig": { "eslintConfig": {