Skip to content

Commit

Permalink
fix: bump enhanced-img version to avoid peer dep warning (#12852)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Oct 22, 2024
1 parent c782acd commit 0ab1733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-seals-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-migrate': patch
---

fix: bump enhanced-img version to avoid peer dep warning
2 changes: 1 addition & 1 deletion packages/migrate/migrations/svelte-5/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function update_pkg_json_content(content) {
['svelte', '^5.0.0'],
['svelte-check', '^4.0.0'],
['svelte-preprocess', '^6.0.0'],
['@sveltejs/enhanced-img', '^0.3.6'],
['@sveltejs/enhanced-img', '^0.3.9'],
['@sveltejs/kit', '^2.5.27'],
['@sveltejs/vite-plugin-svelte', '^4.0.0'],
[
Expand Down

0 comments on commit 0ab1733

Please sign in to comment.