Skip to content

Commit

Permalink
fix(svelte): expand peer dependency range to include ^5.0.0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvo-jp authored Oct 29, 2024
1 parent ca56f2a commit 1349976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/felte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:ci": "vitest run --coverage"
},
"peerDependencies": {
"svelte": "^3.31.0 || ^4.0.0"
"svelte": "^3.31.0 || ^4.0.0 || ^5.0.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vite": "^4.3.9"
},
"peerDependencies": {
"svelte": "^3.31.0 || ^4.0.0"
"svelte": "^3.31.0 || ^4.0.0 || ^5.0.0"
},
"exports": {
".": {
Expand Down

0 comments on commit 1349976

Please sign in to comment.