Skip to content

Commit 95e4045

Browse files
chore(deps): update dependency typescript to v6
1 parent 7d5a9a2 commit 95e4045

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

bun.lockb

16 Bytes
Binary file not shown.

example/bun.lockb

16 Bytes
Binary file not shown.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint:fix": "eslint . --fix"
88
},
99
"peerDependencies": {
10-
"typescript": "^5.0.0"
10+
"typescript": "^5.0.0 || ^6.0.0"
1111
},
1212
"devDependencies": {
1313
"@antfu/eslint-config": "8.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@types/bun": "latest"
1111
},
1212
"peerDependencies": {
13-
"typescript": "^5.0.0"
13+
"typescript": "^5.0.0 || ^6.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)