mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
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
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:
parent
6eb3a324a4
commit
303930b78a
@ -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
8
package-lock.json
generated
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user