Update dependencies

This commit is contained in:
Darren Clarke 2024-11-25 09:31:25 +01:00
parent 48aa89f7cf
commit 7ad25e8a95
49 changed files with 2116 additions and 1699 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-common",
"version": "2.2.0",
"version": "2.3.4",
"main": "build/main/index.js",
"type": "module",
"author": "Darren Clarke <darren@redaranj.com>",
@ -9,14 +9,14 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.5.2",
"@auth/kysely-adapter": "^1.7.4",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.13.0"
"pg": "^8.13.1"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
}
}