[deps]: Update quasar, now uses webpack5 (Node14+ support!)

This commit is contained in:
Ferdinand Thiessen 2021-04-27 15:16:58 +02:00
parent 2b42dad617
commit 4cbff6b077
2 changed files with 1134 additions and 3446 deletions

View File

@ -18,19 +18,19 @@
"axios": "^0.21.1", "axios": "^0.21.1",
"cordova": "^10.0.0", "cordova": "^10.0.0",
"pinia": "^2.0.0-alpha.13", "pinia": "^2.0.0-alpha.13",
"quasar": "^2.0.0-beta.12" "quasar": "^2.0.0-beta.13"
}, },
"devDependencies": { "devDependencies": {
"@quasar/app": "^3.0.0-beta.15", "@quasar/app": "^3.0.0-beta.16",
"@quasar/extras": "^1.10.4", "@quasar/extras": "^1.10.4",
"@quasar/quasar-app-extension-qcalendar": "4.0.0-alpha.1", "@quasar/quasar-app-extension-qcalendar": "4.0.0-alpha.1",
"@types/node": "^12.20.10", "@types/node": "^12.20.10",
"@types/webpack": "^4.41.27", "@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.0", "@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0", "@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0", "eslint": "^7.25.0",
"eslint-config-prettier": "^8.2.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.9.0", "eslint-plugin-vue": "^7.9.0",
"eslint-webpack-plugin": "^2.5.4", "eslint-webpack-plugin": "^2.5.4",
"prettier": "^2.2.1", "prettier": "^2.2.1",
@ -54,8 +54,8 @@
"last 6 iOS versions" "last 6 iOS versions"
], ],
"engines": { "engines": {
"node": ">= 12.0.0", "node": ">= 12.22.1",
"npm": ">= 6.13.4", "npm": ">= 6.14.12",
"yarn": ">= 1.21.1" "yarn": ">= 1.21.1"
} }
} }

4566
yarn.lock

File diff suppressed because it is too large Load Diff