update quasar
This commit is contained in:
parent
1dcff50020
commit
8973a33fca
|
@ -1073,9 +1073,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@quasar/extras": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.6.0.tgz",
|
||||
"integrity": "sha512-D7hCu6BgoYRuczKQzLeS3i8AHXYNN1A+ZDrrP1HiWtgcX6BSKNRtZLthr779RT5UeBIh9VrBr98Eeuufx+NDlA=="
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.6.1.tgz",
|
||||
"integrity": "sha512-nPHlBrtvbvlJAtdBcQ0aRuq55GxvO2NXljN/ClxCUfDuV7cO+HjoxP7jtY6w2GX7oG0iK2oxmBNomr8PurgyEA=="
|
||||
},
|
||||
"@soda/friendly-errors-webpack-plugin": {
|
||||
"version": "1.7.1",
|
||||
|
@ -8469,9 +8469,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"quasar": {
|
||||
"version": "1.9.11",
|
||||
"resolved": "https://registry.npmjs.org/quasar/-/quasar-1.9.11.tgz",
|
||||
"integrity": "sha512-CImQC7NQx5I0zsl4af06jxgj7dD3dvzPOSyCA+KL9beGXyqDtO8xMcf+Q+qjhHl5/NU7ppgxesxzU1jQVlgaPA=="
|
||||
"version": "1.9.12",
|
||||
"resolved": "https://registry.npmjs.org/quasar/-/quasar-1.9.12.tgz",
|
||||
"integrity": "sha512-QU2NdR2V7sPcuewjT6dHD/hufQRq8XujfSZ10NwzzLK8+zA+7DSUDW61W703LXtBbrN6iNJSnYEorFoAl02ulQ=="
|
||||
},
|
||||
"query-string": {
|
||||
"version": "4.3.4",
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quasar/extras": "^1.6.0",
|
||||
"@quasar/extras": "^1.6.1",
|
||||
"axios": "^0.19.2",
|
||||
"core-js": "^3.6.4",
|
||||
"quasar": "^1.9.11",
|
||||
"quasar": "^1.9.12",
|
||||
"vue": "^2.6.11",
|
||||
"vue-router": "^3.1.6",
|
||||
"vuex": "^3.1.3"
|
||||
|
|
Loading…
Reference in New Issue