From 192bcb18e1a3ea6c4b20f0b5b15cc21d888b7086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:39:49 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.0.3 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.0.3. - [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.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.0.3 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..c1e70349 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.3", "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..ec341868 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.3", "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..d14f704f 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.3", "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..b6d84a77 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.3", "test-ipfs-example": "^1.0.0", "vite": "^6.0.9" }