chore: Update WebSocket provider URL handling and dependencies
Some checks failed
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.13) (push) Has been cancelled
Tests / test (macos-latest, 3.14) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.14) (push) Has been cancelled

This commit is contained in:
2026-01-02 19:03:10 -05:00
parent 7bd6be64a4
commit 6834655e03
3 changed files with 320 additions and 282 deletions

View File

@@ -38,7 +38,7 @@
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
@@ -48,4 +48,4 @@
"vite": "^5.0.8",
"vitest": "^4.0.16"
}
}
}