Skip to content

Commit

Permalink
chore(deps): update dependency sonda to v0.7.0 (#2545)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sonda to v0.7.0

* refactor: change sonda import path

---------

Co-authored-by: Fernando Fernández <[email protected]>
  • Loading branch information
renovate[bot] and ferferga authored Dec 27, 2024
1 parent ac972e3 commit b008658
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vite-plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down Expand Up @@ -33,7 +33,7 @@ export function BundleAnalysis(): Plugin {
sourcemap: true,
rollupOptions: {
plugins: [
SondaRollupPlugin({
Sonda({
open: false,
filename: report_filename(),
detailed: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b008658

Please sign in to comment.