continua upgrade Vue 3

This commit is contained in:
Paolo Arena
2021-09-02 03:22:13 +02:00
parent 1d6c55807c
commit 04a9ce2232
31 changed files with 5615 additions and 721 deletions

View File

@@ -17,38 +17,38 @@
"generate-sw": "workbox generateSW workbox-config.js"
},
"dependencies": {
"@quasar/extras": "^1.10.11",
"@quasar/extras": "^1.10.12",
"@types/googlemaps": "^3.43.3",
"@types/vuelidate": "^0.7.15",
"@vue/compat": "^3.2.6",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compat": "^3.2.7",
"@vue/compiler-sfc": "^3.2.7",
"@vue/eslint-config-standard": "^6.1.0",
"acorn": "^8.4.1",
"autoprefixer": "^10.3.2",
"autoprefixer": "^10.3.3",
"axios": "^0.21.1",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"core-js": "^3.16.2",
"core-js": "^3.17.1",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"element-ui": "^2.15.5",
"eslint-plugin-quasar": "^1.0.0",
"graphql": "^15.5.1",
"graphql": "^15.5.2",
"graphql-tag": "^2.12.5",
"gsap": "^3.7.1",
"jquery": "^3.6.0",
"js-cookie": "^3.0.0",
"js-cookie": "^3.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"npm": "^7.21.0",
"npm": "^7.21.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-beta.5",
"pinia": "^2.0.0-rc.6",
"prerender-spa-plugin": "^3.4.0",
"quasar": "^2.0.4",
"quasar-extras": "^2.0.9",
"register-service-worker": "^1.7.2",
"vee-validate": "^3.4.11",
"vee-validate": "^3.4.12",
"vue": "^3.1.0",
"vue-class-component": "^8.0.0-rc.1",
"vue-i18n": "^9.1.7",
@@ -72,20 +72,20 @@
"@types/dotenv": "^8.2.0",
"@types/jest": "^27.0.1",
"@types/js-cookie": "^2.2.7",
"@types/node": "^16.7.1",
"@types/node": "^16.7.10",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-vue": "^7.16.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.17.0",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"http-proxy-middleware": "^2.0.1",
"jest": "^27.0.6",
"jest": "^27.1.0",
"json-loader": "^0.5.7",
"node-sass": "^6.0.1",
"npm-check-updates": "^11.8.3",
@@ -98,7 +98,7 @@
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"tslint-loader": "^3.5.4",
"typescript": "^4.3.5",
"typescript": "^4.4.2",
"vue-cli-plugin-element-ui": "^1.1.4",
"vueify": "^9.4.1",
"workbox-cli": "^6.2.4",