Skip to content

Commit

Permalink
fix(deps): allow svelte 5.0.0-next as peer dep (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jun 26, 2024
1 parent a8f21f8 commit 2fb7423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"preview-release": "./scripts/preview-release"
},
"peerDependencies": {
"svelte": "^3 || ^4 || ^5",
"svelte": "^3 || ^4 || ^5 || ^5.0.0-next.0",
"vite": "*",
"vitest": "*"
},
Expand Down Expand Up @@ -119,7 +119,7 @@
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"svelte": "^3 || ^4 || ^5",
"svelte": "^3 || ^4 || ^5 || ^5.0.0-next.0",
"svelte-check": "^3.6.3",
"svelte-jester": "^5.0.0",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 2fb7423

Please sign in to comment.