From 30a7c072d5f2511c80b986a059fa905d24beca3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:57:24 +0000 Subject: [PATCH] chore(deps): bump react-dom from 18.3.1 to 19.0.0 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-browser-verified-fetch/package.json | 2 +- examples/helia-create-car/package.json | 2 +- examples/helia-nextjs/package.json | 2 +- examples/helia-vite/package.json | 2 +- examples/helia-webpack/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index 0c6ebf9d..8fb499d2 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -16,7 +16,7 @@ "@helia/verified-fetch": "^2.3.1", "@sgtpooki/file-type": "^1.0.1", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.0.0" }, "devDependencies": { "@playwright/test": "^1.42.1", diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index 556d3a81..d7cc17ee 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -19,7 +19,7 @@ "helia": "^5.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "rimraf": "^6.0.1" }, "devDependencies": { diff --git a/examples/helia-nextjs/package.json b/examples/helia-nextjs/package.json index b451dfad..16da9a50 100644 --- a/examples/helia-nextjs/package.json +++ b/examples/helia-nextjs/package.json @@ -17,7 +17,7 @@ "helia": "^5.0.0", "next": "^15.1.5", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.0.0" }, "devDependencies": { "@playwright/test": "^1.32.1", diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index 6b719b87..ee01aaa5 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -17,7 +17,7 @@ "helia": "^5.0.0", "prop-types": "^15.8.1", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "rimraf": "^6.0.1" }, "devDependencies": { diff --git a/examples/helia-webpack/package.json b/examples/helia-webpack/package.json index d7eeacf3..8c1a3e1a 100644 --- a/examples/helia-webpack/package.json +++ b/examples/helia-webpack/package.json @@ -20,7 +20,7 @@ "@helia/unixfs": "^4.0.0", "helia": "^5.0.0", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.0.0" }, "devDependencies": { "@babel/core": "^7.13.10",