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-ui",
"version": "2.4.0b1",
"version": "3.1.0",
"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.24.1",
"kysely": "0.26.1",
"next": "15.1.6",
"@mui/x-data-grid-pro": "^7.27.0",
"kysely": "0.27.5",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"typescript": "5.7.3"
}
}