Post upgrade, all working apparently after quick check
This commit is contained in:
@@ -4,11 +4,11 @@ run vue cli from anywhere
|
||||
VUE GUI INTERFACE
|
||||
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
|
||||
|
||||
6653
ayanova/package-lock.json
generated
6653
ayanova/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,51 +14,51 @@
|
||||
"dependencies": {
|
||||
"chart.js": "^2.9.3",
|
||||
"chartjs-adapter-luxon": "^0.2.1",
|
||||
"core-js": "^3.6.4",
|
||||
"dompurify": "^2.0.8",
|
||||
"core-js": "^3.6.5",
|
||||
"dompurify": "^2.0.11",
|
||||
"github-markdown-css": "^4.0.0",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"luxon": "^1.22.2",
|
||||
"luxon": "^1.24.1",
|
||||
"marked": "^0.8.2",
|
||||
"nprogress": "^0.2.0",
|
||||
"register-service-worker": "^1.7.1",
|
||||
"typeface-roboto": "0.0.75",
|
||||
"vue": "^2.6.11",
|
||||
"vue-chartjs": "^3.5.0",
|
||||
"vue-currency-input": "^1.17.3",
|
||||
"vue-router": "^3.1.6",
|
||||
"vuetify": "^2.2.19",
|
||||
"vuex": "^3.1.3",
|
||||
"vue-currency-input": "^1.18.4",
|
||||
"vue-router": "^3.3.2",
|
||||
"vuetify": "^2.2.32",
|
||||
"vuex": "^3.4.0",
|
||||
"vuex-persistedstate": "^2.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-preprocessor": "^4.1.3",
|
||||
"@cypress/webpack-preprocessor": "^4.1.5",
|
||||
"@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",
|
||||
"@vue/cli-plugin-pwa": "^4.2.3",
|
||||
"@vue/cli-plugin-router": "^4.2.3",
|
||||
"@vue/cli-plugin-unit-jest": "^4.2.3",
|
||||
"@vue/cli-plugin-vuex": "^4.2.3",
|
||||
"@vue/cli-service": "^4.2.3",
|
||||
"@vue/cli-plugin-babel": "^4.4.1",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.4.1",
|
||||
"@vue/cli-plugin-eslint": "^4.4.1",
|
||||
"@vue/cli-plugin-pwa": "^4.4.1",
|
||||
"@vue/cli-plugin-router": "^4.4.1",
|
||||
"@vue/cli-plugin-unit-jest": "^4.4.1",
|
||||
"@vue/cli-plugin-vuex": "^4.4.1",
|
||||
"@vue/cli-service": "^4.4.1",
|
||||
"@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-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-prettier": "^3.1.3",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"fibers": "^4.0.2",
|
||||
"fibers": "^4.0.3",
|
||||
"prettier": "^1.19.1",
|
||||
"sass": "^1.26.3",
|
||||
"sass": "^1.26.8",
|
||||
"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.42.1",
|
||||
"vuetify-loader": "^1.4.4",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user