Update deps and version numbers
This commit is contained in:
parent
6e8d3e171e
commit
05a0261355
22 changed files with 1251 additions and 1523 deletions
|
|
@ -148,5 +148,5 @@ export const db = new KyselyAuth<Database>({
|
|||
password: process.env.DATABASE_PASSWORD,
|
||||
}),
|
||||
}) as any,
|
||||
plugins: [new CamelCasePlugin()],
|
||||
plugins: [new CamelCasePlugin() as any],
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@link-stack/bridge-common",
|
||||
"version": "2.4.0b1",
|
||||
"version": "3.1.0",
|
||||
"main": "build/main/index.js",
|
||||
"type": "module",
|
||||
"author": "Darren Clarke <darren@redaranj.com>",
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
"dependencies": {
|
||||
"@auth/kysely-adapter": "^1.7.4",
|
||||
"graphile-worker": "^0.16.6",
|
||||
"kysely": "0.26.1",
|
||||
"pg": "^8.13.1"
|
||||
"kysely": "0.27.5",
|
||||
"pg": "^8.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@link-stack/eslint-config": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue