Skip to content

Commit

Permalink
fix: change svelte peer dep to ^5.0.0-next.0 from ^5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed May 1, 2024
1 parent f8a6cfc commit 9e40ee2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-emus-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

fix: change `svelte` peer dep to `^5.0.0-next.0` from `^5`
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ryanatkn/belt": "*",
"@ryanatkn/moss": "*",
"@sveltejs/kit": "^2",
"svelte": "^5"
"svelte": "^5.0.0-next.0"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const package_json = {
'@ryanatkn/belt': '*',
'@ryanatkn/moss': '*',
'@sveltejs/kit': '^2',
svelte: '^5',
svelte: '^5.0.0-next.0',
},
devDependencies: {
'@changesets/changelog-git': '^0.2.0',
Expand Down

0 comments on commit 9e40ee2

Please sign in to comment.