Add Signal auto-group creation

This commit is contained in:
Darren Clarke 2025-06-10 14:02:21 +02:00
parent a83907b4be
commit c8ccee7ada
7 changed files with 393 additions and 8 deletions

View file

@ -51,13 +51,14 @@
"author": "Darren Clarke",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/react": "^19.0.12",
"dotenv-cli": "latest",
"eslint": "^9",
"turbo": "^2.4.4",
"typescript": "latest",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.12"
"ts-node": "^10.9.2",
"turbo": "^2.4.4",
"typescript": "latest"
},
"overrides": {
"material-ui-popup-state": {