mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-01-31 10:43:44 +00:00
chore(deps): update dependency sonda to v0.7.0 (#2545)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
Scheduled tasks 🕒 / GitHub CodeQL 🔬 (push) Has been cancelled
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
Scheduled tasks 🕒 / GitHub CodeQL 🔬 (push) Has been cancelled
* chore(deps): update dependency sonda to v0.7.0 * refactor: change sonda import path --------- Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
ac972e347a
commit
b008658ca9
8
package-lock.json
generated
8
package-lock.json
generated
@ -10636,9 +10636,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/sonda": {
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.6.2.tgz",
|
||||
"integrity": "sha512-YD+3qKnB6Tov0aHH/pbWFXeppu51Aqg3Ih5t3zambwLhO5kIwb70m7qNcItK1ocfvCdFtb0uPuWczI7c0E3grA==",
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.7.0.tgz",
|
||||
"integrity": "sha512-JKdTOWEbQGB4EbBfl77uOpG2/PHviIj8/Mum8DXVKEHZZQaO+pg/eX4TOSY3RCKSD3vmalt777Xf3JcmjG16Bg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -13119,7 +13119,7 @@
|
||||
"devDependencies": {
|
||||
"@jellyfin-vue/configs": "*",
|
||||
"pretty-bytes": "6.1.1",
|
||||
"sonda": "0.6.2",
|
||||
"sonda": "0.7.0",
|
||||
"vite": "6.0.6"
|
||||
}
|
||||
},
|
||||
|
@ -4,7 +4,7 @@ import { lstat, rename, rm } from 'node:fs/promises';
|
||||
import type { LiteralUnion } from 'type-fest';
|
||||
import type { RollupLog } from 'rollup';
|
||||
import prettyBytes from 'pretty-bytes';
|
||||
import { SondaRollupPlugin } from 'sonda';
|
||||
import Sonda from 'sonda/rollup';
|
||||
import { normalizePath, preview, type Plugin } from 'vite';
|
||||
|
||||
/**
|
||||
@ -33,7 +33,7 @@ export function BundleAnalysis(): Plugin {
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
SondaRollupPlugin({
|
||||
Sonda({
|
||||
open: false,
|
||||
filename: report_filename(),
|
||||
detailed: true,
|
||||
|
@ -11,7 +11,7 @@
|
||||
"devDependencies": {
|
||||
"@jellyfin-vue/configs": "*",
|
||||
"pretty-bytes": "6.1.1",
|
||||
"sonda": "0.6.2",
|
||||
"sonda": "0.7.0",
|
||||
"vite": "6.0.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user