Update deps, fix Docker build errors

This commit is contained in:
Darren Clarke 2024-05-14 09:40:58 +02:00
parent 162390008b
commit c62bfd2a4c
31 changed files with 832 additions and 1227 deletions

View file

@ -13,7 +13,8 @@
"migrate:down:one": "tsx database/migrate.ts down:one"
},
"dependencies": {
"@auth/kysely-adapter": "^1.0.0",
"@auth/kysely-adapter": "^1.1.0",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.11.5"
},
@ -24,7 +25,7 @@
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"ts-config": "*",
"tsx": "^4.9.3",
"tsx": "^4.10.2",
"typescript": "^5.4.5"
}
}