stacks/bunpress
chore(deps): update dependency typescript to 7.0.2
#63
Open
github-actions[bot]
wants to merge
buddy-bot/update-major-update-typescript
into
main
2 files
+43
-3
packages/bun-plugin/package.jsonmodified+1-1Changes to packages/bun-plugin/package.json | @@ -43,6 +43,6 @@ |
| 43 | 43 | "typecheck": "bun --bun tsc --noEmit" |
| 44 | 44 | }, |
| 45 | 45 | "devDependencies": { |
| 46 | | - "typescript": "^5.9.3" |
| 46 | + "typescript": "^7.0.2" |
| 47 | 47 | } |
| 48 | 48 | } |