Skip to content

Commit 828b9eb

Browse files
mcalthropclaude
andauthored
Update dependencies to latest versions (#3)
- @types/node: 24.1.0 → 24.3.0 - oxlint: 1.8.0 → 1.12.0 - typescript: 5.8.3 → 5.9.2 - vite: 7.0.6 → 7.1.3 - yup: 1.6.1 → 1.7.0 All tests pass and linting is clean. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent bea18d5 commit 828b9eb

2 files changed

Lines changed: 436 additions & 378 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"@actions/github": "6.0.1",
3737
"@tsconfig/node22": "22.0.2",
3838
"@tsconfig/recommended": "1.0.10",
39-
"@types/node": "24.1.0",
39+
"@types/node": "24.3.0",
4040
"@vitest/coverage-istanbul": "3.2.4",
4141
"@vitest/ui": "3.2.4",
4242
"husky": "9.1.7",
43-
"oxlint": "1.8.0",
43+
"oxlint": "1.12.0",
4444
"prettier": "3.6.2",
45-
"typescript": "5.8.3",
46-
"vite": "7.0.6",
45+
"typescript": "5.9.2",
46+
"vite": "7.1.3",
4747
"vitest": "3.2.4",
48-
"yup": "1.6.1"
48+
"yup": "1.7.0"
4949
}
5050
}

0 commit comments

Comments
 (0)