Skip to content

Commit 98f1e32

Browse files
authored
(fix) peer dep format fix
1 parent e0a0467 commit 98f1e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "^5.0.3"
3434
},
3535
"peerDependencies": {
36-
"svelte": ">= 3.55.0 < 5"
36+
"svelte": "^3.55.0 || 4.0.0-next.0 || 4.0.0-next.1 || ^4.0.0"
3737
},
3838
"scripts": {
3939
"build": "rollup -c && node ./dist/src/index.js --workspace ./test --tsconfig ./tsconfig.json",

0 commit comments

Comments
 (0)