From 5f5604ade641b9c12d52f5909ba23e594fe07d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:08:50 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.0.4 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.0.4. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.0.4/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.0.4 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-remote-pinning/package.json | 2 +- examples/helia-vite/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index b88dbb43..5d36762f 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -22,7 +22,7 @@ "@playwright/test": "^1.42.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", - "@vitejs/plugin-react": "^4.2.1", + "@vitejs/plugin-react": "^5.0.4", "test-ipfs-example": "^1.0.0", "typescript": "^5.4.3", "vite": "^6.0.9" diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index 1370175e..e88c1a36 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -26,7 +26,7 @@ "@playwright/test": "^1.31.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "^5.0.4", "test-ipfs-example": "^1.0.0", "vite": "^6.0.9" } diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..1d9ed048 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@playwright/test": "^1.37.1", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^5.0.4", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", "vite": "^6.0.9" diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index f80e1858..2d8e7082 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -24,7 +24,7 @@ "@playwright/test": "^1.31.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "^5.0.4", "test-ipfs-example": "^1.0.0", "vite": "^6.0.9" }