Update vuetify to version 2.3.3

This commit is contained in:
depfu[bot] 2020-07-02 17:45:46 +00:00 committed by GitHub
parent fe8013d8d5
commit be28e176c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11748,9 +11748,9 @@
"dev": true
},
"vuetify": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.3.2.tgz",
"integrity": "sha512-LgTuUN9IBrR47rLC5NnoameawjV1+KM2KqgZh3lammYKx6yA/AFysHcvXdkfro5vNXxnybKQOuHOsRJ8+e52mA=="
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.3.3.tgz",
"integrity": "sha512-N9Rwx/cscIdHfBItHxiwkhmoxIVyZLBRWd/5LJJs4aVZIX6qkjQV6ThhxzqCYgFDb2jKMftavWX5hNQTxA9qEA=="
},
"vuetify-loader": {
"version": "1.5.0",

View File

@ -13,7 +13,7 @@
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-router": "^3.3.4",
"vuetify": "^2.3.2",
"vuetify": "^2.3.3",
"vuex": "^3.5.1"
},
"devDependencies": {