Skip to content

Commit

Permalink
chore(sveltekit): Add SvelteKit 2.0 to peer dependencies (#9861)
Browse files Browse the repository at this point in the history
Setting the range to `1.x || 2.x` to include kit 2.0
  • Loading branch information
Lms24 committed Dec 19, 2023
1 parent c9552a4 commit 4e0c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"peerDependencies": {
"@sveltejs/kit": "1.x"
"@sveltejs/kit": "1.x || 2.x"
},
"dependencies": {
"@sentry-internal/tracing": "7.88.0",
Expand Down

0 comments on commit 4e0c460

Please sign in to comment.