Skip to content

Commit 0bb555e

Browse files
build: update peer-dependency typescript to v6.0.3
1 parent 727f78b commit 0bb555e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bun.lockb

7.27 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
"tsc-alias": "1.8.15",
8888
"tsc-output-format": "1.1.1",
8989
"type-coverage": "2.29.7",
90-
"typescript": "5.8.3",
90+
"typescript": "6.0.3",
9191
"vitest": "3.1.2"
9292
},
9393
"peerDependencies": {
94-
"typescript": "5.x"
94+
"typescript": "5.x || 6.x"
9595
},
9696
"type": "module",
9797
"module": "./dist/src/index.js",

0 commit comments

Comments
 (0)