Skip to content

Commit af97002

Browse files
committed
fix: lower typescript peerDependency version
1 parent 9605ac3 commit af97002

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/ten-zoos-live.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sveltejs/eslint-config": patch
3+
---
4+
5+
fix: lower typescript peerDependency version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-node": ">= 11",
4141
"eslint-plugin-svelte": ">= 2",
4242
"eslint-plugin-unicorn": ">= 47",
43-
"typescript": ">= 5"
43+
"typescript": ">= 4"
4444
},
4545
"packageManager": "[email protected]"
4646
}

0 commit comments

Comments
 (0)