Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ws and ethers in /deweb-index #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump ws and ethers in /deweb-index
Bumps [ws](https://github.com/websockets/ws) and [ethers](https://github.com/ethers-io/ethers.js). These dependencies needed to be updated together.

Updates `ws` from 8.5.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.5.0...8.17.1)

Updates `ethers` from 6.10.0 to 6.13.5
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.10.0...v6.13.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: ethers
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 11, 2025
commit ba72cddef496c558bf2eac7c654a32ed3b32c4f1
127 changes: 47 additions & 80 deletions deweb-index/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

}
function RootApp({ children }: RootAppProps) {

Check warning on line 13 in server/pages/src/utils/RootApp.tsx

GitHub Actions / lint-frontend

Fast refresh only works when a file only exports components. Move your component(s) to a separate file
return (
<StrictMode>
{children}