Skip to content

Commit adb87b9

Browse files
authored
fix: add support for TypeScript 5 (#585)
1 parent 1097b79 commit adb87b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"stylus": "^0.55.0",
107107
"sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0",
108108
"svelte": "^3.23.0",
109-
"typescript": "^3.9.5 || ^4.0.0"
109+
"typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0"
110110
},
111111
"peerDependenciesMeta": {
112112
"@babel/core": {

0 commit comments

Comments
 (0)