From 929ed17c234c1b32ed5452ac122d872007166dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:23:20 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.1.2 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.2. - [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.1.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.2 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..5c60837b 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.1.2", "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..c06c6b01 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.1.2", "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..e70c254a 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.1.2", "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..5080ad46 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.1.2", "test-ipfs-example": "^1.0.0", "vite": "^6.0.9" }