Update deps

This commit is contained in:
Darren Clarke 2025-03-24 11:52:38 +01:00
parent 13a5a03860
commit a35d18b5a9
16 changed files with 894 additions and 877 deletions

View file

@ -9,14 +9,14 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.7.4",
"@auth/kysely-adapter": "^1.8.0",
"graphile-worker": "^0.16.6",
"kysely": "0.27.5",
"pg": "^8.13.3"
"kysely": "0.27.6",
"pg": "^8.14.1"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}