Skip to content

Commit

Permalink
(chore) peer deps for next versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored May 26, 2023
1 parent d3c7044 commit 94528a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/svelte-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.0.3"
},
"peerDependencies": {
"svelte": "^3.55.0 || 4.0.0-next.0 || 4.0.0-next.1 || ^4.0.0"
"svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0"
},
"scripts": {
"build": "rollup -c && node ./dist/src/index.js --workspace ./test --tsconfig ./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte2tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.0.3"
},
"peerDependencies": {
"svelte": "^3.55 || ^4.0",
"svelte": "^3.55 || ^4.0.0-next.0 || ^4.0",
"typescript": "^4.9.4 || ^5.0.0"
},
"scripts": {
Expand Down

0 comments on commit 94528a7

Please sign in to comment.