Skip to content

Commit

Permalink
chore: fix type errors while building and set ts to explicitly 5.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilVasava committed Apr 25, 2024
1 parent d41a8fa commit 5592af7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5592af7

Please sign in to comment.