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

@ -10,8 +10,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-cypress": "^3.3.0",
@ -20,7 +20,7 @@
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-unicorn": "54.0.0",
"@babel/eslint-parser": "7.24.7"
"@babel/eslint-parser": "7.24.8"
},
"peerDependencies": {
"typescript": "^4.9.5"