diff --git a/bun.lockb b/bun.lockb index ad43e30f..548c32e8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0bd9961e..34cc46e5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "simple-git-hooks": "^2.9.0", "size-limit": "^9.0.0", "tslib": "^2.6.2", - "typescript": "^5.2.2" + "typescript": "~5.3.0" }, "description": "", "keywords": [], diff --git a/packages/presets/package.json b/packages/presets/package.json index caf1de91..733049a0 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -49,7 +49,7 @@ "lint:fix": "bun run lint --apply" }, "peerDependencies": { - "typescript": "^5.0.0", + "typescript": "~5.3.0", "@zerodev/sdk": "^5.2.1", "@zerodev/ecdsa-validator": "^5.2.1", "permissionless": "^0.1.18",