Skip to content

Commit 3fa9837

Browse files
authored
Merge pull request #6 from attilabuturla/peer_dependency
Update peer dependencies to include Svelte 5
2 parents 4529396 + fbee33e commit 3fa9837

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/brave-papayas-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/svelte-json-tree': patch
3+
---
4+
5+
fix: update peer dependencies to support Svelte 5

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",
8-
"baseBranch": "master",
8+
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"vite": "^4.3.0"
5656
},
5757
"peerDependencies": {
58-
"svelte": "^4.0.0"
58+
"svelte": "^4.0.0 || ^5.0.0"
5959
},
6060
"exports": {
6161
".": {

0 commit comments

Comments
 (0)