upgrade vuetify to 3.3.14

This commit is contained in:
MaysWind
2023-08-26 00:01:12 +08:00
parent 57922e3071
commit 54038eabd4
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -36,7 +36,7 @@
"vue-router": "^4.2.4",
"vue3-perfect-scrollbar": "^1.6.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.13"
"vuetify": "^3.3.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.1",
@@ -8895,9 +8895,9 @@
}
},
"node_modules/vuetify": {
"version": "3.3.13",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.3.13.tgz",
"integrity": "sha512-chZutWbKH8mhSAcCSpWrDDN6p+pBDWFzJoSPdusL0jwGTZfklkcjoWBkCAuVJsQypyxPjiTG3eOuc6aLKhv2tw==",
"version": "3.3.14",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.3.14.tgz",
"integrity": "sha512-5kGnahj/cX5989bV9XM432k/BJ11fRdJ3CCdISjo1auCz+rLEeLJdjMeqyCJVd0FZsWcE1Z8799s9sLdLM3Deg==",
"engines": {
"node": "^12.20 || >=14.13"
},