chore(deps): update vuetify
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

As per vuetify's 3.7.4 changelog, some memory leaks have been fixed, which improves the situation of #2028

However, there are still leaks happening on the queue selector and fullscreen music player
This commit is contained in:
Fernando Fernández 2024-11-06 11:15:18 +00:00 committed by GitHub
parent 6eb3a324a4
commit 303930b78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
"vue": "3.5.12",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5",
"vuetify": "3.7.1"
"vuetify": "3.7.4"
},
"devDependencies": {
"@iconify/json": "2.2.268",

8
package-lock.json generated
View File

@ -53,7 +53,7 @@
"vue": "3.5.12",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5",
"vuetify": "3.7.1"
"vuetify": "3.7.4"
},
"devDependencies": {
"@iconify/json": "2.2.268",
@ -10096,9 +10096,9 @@
}
},
"node_modules/vuetify": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.7.1.tgz",
"integrity": "sha512-N1XlczbgeGt/O+JUk72QPrqcDaRIXUdptUciJqGyTvZ9cfMoSlEWs6TZO+dOOfXbKvmIMFMycYg4dgSHDpCPhg==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.7.4.tgz",
"integrity": "sha512-Y8UU5wUDQXC3oz2uumPb8IOdvB4XMCxtxnmqdOc+LihNuPlkSgxIwf92ndRzbOtJFKHsggFUxpyLqpQp+A+5kg==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"