-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5c89b5
commit d1dfc7f
Showing
2 changed files
with
147 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"private": true, | ||
"license": "AGPL-3.0-only", | ||
"homepage": "https://arm.haglund.dev/docs", | ||
"packageManager": "[email protected].9", | ||
"packageManager": "[email protected].12", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
|
@@ -32,28 +32,28 @@ | |
}, | ||
"resolutions": { | ||
"@types/node": "18.17.5", | ||
"esbuild": "0.18.15", | ||
"esbuild": "0.19.2", | ||
"node-fetch": "npm:[email protected]" | ||
}, | ||
"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.24.1", | ||
"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.1" | ||
}, | ||
"devDependencies": { | ||
"@beequeue/eslint-plugin": "3.0.1", | ||
|
@@ -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.1" | ||
|
Oops, something went wrong.