diff --git a/bun.lock b/bun.lock index 7deb602..232c415 100644 --- a/bun.lock +++ b/bun.lock @@ -47,7 +47,7 @@ "vite-plugin-solid": "^2.11.12", }, "peerDependencies": { - "typescript": "^6.0.3", + "typescript": "^6.0.3 || ^7.0.0", }, }, }, diff --git a/package.json b/package.json index deb30d3..be368c6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { - "typescript": "^6.0.3" + "typescript": "^6.0.3 || ^7.0.0" }, "trustedDependencies": [ "@biomejs/biome",