From 46a868737146e0aa8babb1ee428cb2605830e801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:31:22 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 18.3.14 to 19.0.1 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.14 to 19.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development 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-vite/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index e2993e8c..0f855556 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@playwright/test": "^1.42.1", - "@types/react": "^18.2.72", + "@types/react": "^19.0.1", "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "test-ipfs-example": "^1.0.0", diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index f4178aca..6c3445f2 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@playwright/test": "^1.31.2", - "@types/react": "^18.0.28", + "@types/react": "^19.0.1", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index d6420b79..e2f5ae16 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@playwright/test": "^1.31.2", - "@types/react": "^18.0.28", + "@types/react": "^19.0.1", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0",