Skip to content

Commit d80a3b3

Browse files
gracefullightclaude
andcommitted
chore(root): upgrade typescript to v6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0fffc2e commit d80a3b3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.agents/skills/oma-backend/variants/node/tech-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Primary Stack
44
- **Runtime**: Node.js 22+ / Bun 1.2+
5-
- **Language**: TypeScript 5.x (strict mode)
5+
- **Language**: TypeScript 6.x (strict mode)
66
- **Framework**: NestJS 11+ or Hono 4+
77
- **ORM**: Prisma 6+ or Drizzle ORM
88
- **Validation**: Zod

apps/web/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"orval": "^8.5.0",
6161
"postcss": "^8.5.6",
6262
"tailwindcss": "^4.2.1",
63-
"typescript": "^5.9.3",
63+
"typescript": "^6.0.0",
6464
"vitest": "^4.0.18"
6565
}
6666
}

packages/design-tokens/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^24",
1919
"chokidar": "^5.0.0",
2020
"tsx": "^4.21.0",
21-
"typescript": "^5",
21+
"typescript": "^6",
2222
"vitest": "^4"
2323
}
2424
}

0 commit comments

Comments
 (0)