Skip to content

Commit

Permalink
Update all non-major dependencies (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent b78896b commit 8461ee2
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 434 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "AGPL-3.0-only",
"homepage": "https://arm.haglund.dev/docs",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=20"
},
Expand All @@ -33,32 +33,32 @@
"prepare": "is-ci || simple-git-hooks"
},
"resolutions": {
"esbuild": "0.23.1"
"esbuild": "0.24.0"
},
"dependencies": {
"@hono/node-server": "1.12.2",
"@hono/node-server": "1.13.2",
"@hono/sentry": "1.2.0",
"@hono/zod-validator": "0.2.2",
"@sentry/node": "8.27.0",
"@hono/zod-validator": "0.4.1",
"@sentry/node": "8.34.0",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"better-sqlite3": "11.2.1",
"hono": "4.5.10",
"better-sqlite3": "11.3.0",
"hono": "4.6.4",
"is-ci": "3.0.1",
"knex": "3.1.0",
"ofetch": "1.3.4",
"pino": "9.3.2",
"ofetch": "1.4.1",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"rambda": "9.3.0",
"sucrase": "3.35.0",
"tsx": "4.19.0",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"tsx": "4.19.1",
"type-fest": "4.26.1",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "3.0.0",
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@types/json-schema": "7.0.15",
"@types/node": "22.7.4",
"@vitest/coverage-v8": "2.1.2",
Expand Down
Loading

0 comments on commit 8461ee2

Please sign in to comment.