chore(deps): align workspace with typescript 6

This commit is contained in:
2026-03-24 02:04:18 +04:00
parent a6c472084d
commit 3507bc0522
7 changed files with 267 additions and 167 deletions

View File

@@ -53,11 +53,11 @@
"ops:reminder": "bun run scripts/ops/trigger-reminder.ts"
},
"devDependencies": {
"@types/bun": "1.3.10",
"@typescript/native-preview": "7.0.0-dev.20260304.1",
"drizzle-kit": "^0.31.4",
"lefthook": "2.1.2",
"oxlint": "^1.51.0",
"typescript": "^5.9.2"
"@types/bun": "1.3.11",
"@typescript/native-preview": "7.0.0-dev.20260323.1",
"drizzle-kit": "0.31.10",
"lefthook": "2.1.4",
"oxlint": "1.56.0",
"typescript": "6.0.2"
}
}