Skip to content

Commit

Permalink
[Svelte] Fix peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed Sep 3, 2024
1 parent f06a0ab commit 7d04716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jamesst20/inertia-core",
"version": "1.2.0",
"version": "1.2.0-2",
"license": "MIT",
"description": "A framework for creating server-driven single page apps.",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jamesst20/inertia-svelte",
"version": "1.2.0",
"version": "1.2.0-2",
"license": "MIT",
"description": "The Svelte adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.0.0 || 5.0.0-next.178"
"svelte": "^5.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
Expand Down

0 comments on commit 7d04716

Please sign in to comment.