Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-migrations",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"scripts": {
"migrate:up:all": "tsx migrate.ts up:all",
@ -10,9 +10,9 @@
},
"dependencies": {
"dotenv": "^16.4.7",
"kysely": "0.26.1",
"pg": "^8.13.1",
"tsx": "^4.19.2"
"kysely": "0.27.5",
"pg": "^8.13.3",
"tsx": "^4.19.3"
},
"devDependencies": {
"@types/node": "^22",