Update dependencies and version number, remove link tickets endpoint

This commit is contained in:
Darren Clarke 2025-10-07 11:24:00 +02:00
parent 6f0f97ab7b
commit 11563a794e
36 changed files with 2953 additions and 4655 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-migrations",
"version": "3.1.0",
"version": "3.2.0b3",
"type": "module",
"scripts": {
"migrate:up:all": "tsx migrate.ts up:all",
@ -10,14 +10,14 @@
},
"dependencies": {
"@link-stack/logger": "*",
"dotenv": "^16.4.7",
"kysely": "0.27.6",
"pg": "^8.14.1",
"tsx": "^4.19.3"
"dotenv": "^17.2.3",
"kysely": "0.27.5",
"pg": "^8.16.3",
"tsx": "^4.20.6"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.11",
"@types/node": "^24",
"@types/pg": "^8.15.5",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"