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-ui",
"version": "3.1.0",
"version": "3.2.0b3",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -9,17 +9,17 @@
"@link-stack/signal-api": "*",
"@link-stack/ui": "*",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"kysely": "0.27.6",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
"@mui/x-data-grid-pro": "^7",
"kysely": "0.27.5",
"next": "15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-qr-code": "^2.0.18"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "^19.0.4",
"typescript": "5.8.2"
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "^19.2.1",
"typescript": "5.9.3"
}
}