From 618b3dc567645714efff4449e3b12d9a3f86eb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:11:52 +0000 Subject: [PATCH] chore(deps): bump react from 18.3.1 to 19.0.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-delegated-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-delegated-routing/package.json b/examples/js-libp2p-example-delegated-routing/package.json index 74aba1d..c63511f 100644 --- a/examples/js-libp2p-example-delegated-routing/package.json +++ b/examples/js-libp2p-example-delegated-routing/package.json @@ -24,7 +24,7 @@ "@helia/delegated-routing-v1-http-api-client": "^4.0.0", "@helia/delegated-routing-v1-http-api-server": "^4.0.0", "libp2p": "^2.0.0", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1", "vite": "^6.0.3" },