Updated all packages, seems to have broken stuff, this is the checkpoint to revert if necessary

from here on I'll try to fix the issues and avoid revert
This commit is contained in:
2020-03-30 23:49:51 +00:00
parent caf9fb4c6e
commit 2e754b8fab
3 changed files with 599 additions and 1186 deletions

View File

@@ -49,6 +49,10 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: update all dependencies
- After update now the controls show broken rule color for some reason and dirty checking isn't working as save doesn't enabled
- better test other stuff too, just did a quickie
todo: Client automated testing
- Need several as basis for all future, make sure it's right.

1747
ayanova/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,22 +11,22 @@
"myLint": "npm run lint"
},
"dependencies": {
"core-js": "^3.6.1",
"core-js": "^3.6.4",
"jwt-decode": "^2.2.0",
"luxon": "^1.22.0",
"luxon": "^1.22.2",
"nprogress": "^0.2.0",
"register-service-worker": "^1.6.2",
"register-service-worker": "^1.7.1",
"typeface-roboto": "0.0.75",
"vue": "^2.6.11",
"vue-currency-input": "^1.16.1",
"vue-router": "^3.1.3",
"vuetify": "^2.2.0",
"vuex": "^3.1.2",
"vuex-persistedstate": "^2.7.0"
"vue-currency-input": "^1.17.3",
"vue-router": "^3.1.6",
"vuetify": "^2.2.19",
"vuex": "^3.1.3",
"vuex-persistedstate": "^2.7.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.1",
"@fortawesome/fontawesome-free": "^5.12.0",
"@cypress/webpack-preprocessor": "^4.1.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-e2e-cypress": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
@@ -36,23 +36,23 @@
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.0-beta.30",
"@vue/test-utils": "^1.0.0-beta.32",
"babel-core": "6.26.3",
"babel-eslint": "^10.0.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.2",
"prettier": "^1.19.1",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"eslintConfig": {
"root": true,