diff --git a/bun.lockb b/bun.lockb index a1860ac..a1f9241 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/bun.lockb b/example/bun.lockb index 62a7432..dfa2619 100755 Binary files a/example/bun.lockb and b/example/bun.lockb differ diff --git a/example/package.json b/example/package.json index d9279dc..ddb5bda 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ "lint:fix": "eslint . --fix" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.0.0 || ^6.0.0" }, "devDependencies": { "@antfu/eslint-config": "8.2.0", diff --git a/package.json b/package.json index 0d87a83..a0bde2f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.0.0 || ^6.0.0" } }