Skip to content

Commit e98aa36

Browse files
maxholmanclaude
andcommitted
chore: update dependencies to latest
Bumps @block65/rest-client peer dep to ^13.0.3 (required for the new schema-presence-driven response validation) and rolls forward minor versions of valibot, hono, oxfmt, oxlint, vite, and @block65/custom-error. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cfa28a8 commit e98aa36

2 files changed

Lines changed: 328 additions & 323 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@
2929
"yargs": "^18.0.0"
3030
},
3131
"devDependencies": {
32-
"@block65/custom-error": "^14.0.0",
33-
"@block65/rest-client": "^12.1.1",
32+
"@block65/custom-error": "^14.1.0",
33+
"@block65/rest-client": "^13.0.3",
3434
"@tsconfig/node24": "^24.0.4",
3535
"@tsconfig/strictest": "^2.0.8",
36-
"@types/node": "^25.6.0",
36+
"@types/node": "^24",
3737
"@types/toposort": "^2.0.7",
3838
"@types/yargs": "^17.0.35",
39-
"hono": "^4.12.16",
39+
"hono": "^4.12.18",
4040
"js-yaml": "^4.1.1",
4141
"openapi3-ts": "^4.5.0",
42-
"oxfmt": "^0.47.0",
43-
"oxlint": "^1.62.0",
42+
"oxfmt": "^0.48.0",
43+
"oxlint": "^1.63.0",
4444
"typescript": "^6.0.3",
4545
"undici": "^8.2.0",
46-
"valibot": "^1.3.1",
47-
"vite": "^8.0.10",
46+
"valibot": "^1.4.0",
47+
"vite": "^8.0.11",
4848
"vitest": "^4.1.5"
4949
},
5050
"peerDependencies": {
51-
"@block65/custom-error": "^14.0.0",
52-
"@block65/rest-client": "^12.1.0",
53-
"hono": "^4.0.0",
54-
"valibot": "^1.0.0"
51+
"@block65/custom-error": "^14.1.0",
52+
"@block65/rest-client": "^13.0.3",
53+
"hono": "^4.12.18",
54+
"valibot": "^1.4.0"
5555
},
5656
"engines": {
5757
"node": ">=24.0.0"

0 commit comments

Comments
 (0)