Skip to content

Commit

Permalink
Update all non-major dependencies (#717)
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] committed Aug 22, 2023
1 parent 64c5564 commit 8d2dac4
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 154 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "AGPL-3.0-only",
"homepage": "https://arm.haglund.dev/docs",
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.12",
"engines": {
"node": ">=18"
},
Expand All @@ -32,28 +32,28 @@
},
"resolutions": {
"@types/node": "18.17.6",
"esbuild": "0.18.15",
"node-fetch": "npm:node-fetch-native@1.2.0"
"esbuild": "0.19.2",
"node-fetch": "npm:node-fetch-native@1.3.3"
},
"dependencies": {
"@fastify/cors": "8.3.0",
"@fastify/helmet": "11.0.0",
"@sentry/node": "7.59.3",
"@sentry/node": "7.64.0",
"@tsconfig/node16-strictest": "1.0.4",
"better-sqlite3": "8.5.0",
"fastify": "4.20.0",
"better-sqlite3": "8.5.1",
"fastify": "4.21.0",
"is-ci": "3.0.1",
"knex": "2.5.1",
"nanoid": "4.0.2",
"ohmyfetch": "0.4.21",
"pino": "8.14.1",
"pino-pretty": "10.0.1",
"remeda": "1.24.0",
"pino": "8.15.0",
"pino-pretty": "10.2.0",
"remeda": "1.25.2",
"sucrase": "3.34.0",
"tsx": "3.12.7",
"type-fest": "4.0.0",
"type-fest": "4.2.0",
"typescript": "5.1.6",
"zod": "3.21.4"
"zod": "3.22.2"
},
"devDependencies": {
"@beequeue/eslint-plugin": "3.0.1",
Expand All @@ -66,7 +66,7 @@
"husky": "8.0.3",
"lint-staged": "14.0.0",
"onchange": "7.1.0",
"prettier": "3.0.0",
"prettier": "3.0.2",
"redoc-cli": "0.13.21",
"tsconfig-paths": "4.2.0",
"vitest": "0.34.2"
Expand Down
Loading

0 comments on commit 8d2dac4

Please sign in to comment.