Update deps

This commit is contained in:
Darren Clarke 2024-06-25 08:14:03 +02:00
parent aeb9aedf84
commit 4c8140d46a
12 changed files with 2293 additions and 867 deletions

View file

@ -9,7 +9,7 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.2.0",
"@auth/kysely-adapter": "^1.4.1",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.12.0"
@ -20,7 +20,7 @@
"@babel/preset-typescript": "7.24.7",
"prettier": "^3.3.2",
"@link-stack/typescript-config": "*",
"tsx": "^4.15.2",
"typescript": "^5.4.5"
"tsx": "^4.15.7",
"typescript": "^5.5.2"
}
}