Skip to content

Commit b008658

Browse files
chore(deps): update dependency sonda to v0.7.0 (#2545)
* chore(deps): update dependency sonda to v0.7.0 * refactor: change sonda import path --------- Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
1 parent ac972e3 commit b008658

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vite-plugins/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { lstat, rename, rm } from 'node:fs/promises';
44
import type { LiteralUnion } from 'type-fest';
55
import type { RollupLog } from 'rollup';
66
import prettyBytes from 'pretty-bytes';
7-
import { SondaRollupPlugin } from 'sonda';
7+
import Sonda from 'sonda/rollup';
88
import { normalizePath, preview, type Plugin } from 'vite';
99

1010
/**
@@ -33,7 +33,7 @@ export function BundleAnalysis(): Plugin {
3333
sourcemap: true,
3434
rollupOptions: {
3535
plugins: [
36-
SondaRollupPlugin({
36+
Sonda({
3737
open: false,
3838
filename: report_filename(),
3939
detailed: true,

packages/vite-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@jellyfin-vue/configs": "*",
1313
"pretty-bytes": "6.1.1",
14-
"sonda": "0.6.2",
14+
"sonda": "0.7.0",
1515
"vite": "6.0.6"
1616
}
1717
}

0 commit comments

Comments
 (0)