Update deps and Docker images

This commit is contained in:
Darren Clarke 2024-09-27 11:22:45 +02:00
parent b21efc2d50
commit a707c842be
32 changed files with 1063 additions and 981 deletions

View file

@ -9,10 +9,10 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.4.2",
"@auth/kysely-adapter": "^1.5.2",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.12.0"
"pg": "^8.13.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
@ -20,7 +20,7 @@
"@babel/preset-typescript": "7.24.7",
"prettier": "^3.3.3",
"@link-stack/typescript-config": "*",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}