Standardize bridge send/receive params

This commit is contained in:
Darren Clarke 2024-07-18 11:08:01 +02:00
parent 69abe9bee1
commit c32c26088f
23 changed files with 7042 additions and 1276 deletions

View file

@ -9,16 +9,16 @@
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.8.0",
"@mui/x-date-pickers-pro": "^7.8.0",
"next": "14.2.4",
"@mui/x-data-grid-pro": "^7.10.0",
"@mui/x-date-pickers-pro": "^7.10.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/node": "^20.14.11",
"@types/react": "18.3.3",
"typescript": "^5.5.3"
}