From 93d1c37cf02ba0a65a07780ccbcc9f39b722ff82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:53:17 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.4.11 to 6.0.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite 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-script-tag/package.json | 2 +- examples/helia-vite/package.json | 2 +- examples/helia-vue/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 e2993e8c..438de6ac 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -25,6 +25,6 @@ "@vitejs/plugin-react": "^4.2.1", "test-ipfs-example": "^1.0.0", "typescript": "^5.4.3", - "vite": "^5.2.6" + "vite": "^6.0.3" } } diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index f4178aca..399f4af1 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -28,6 +28,6 @@ "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", - "vite": "^5.0.11" + "vite": "^6.0.3" } } diff --git a/examples/helia-script-tag/package.json b/examples/helia-script-tag/package.json index ac358e62..27641f32 100644 --- a/examples/helia-script-tag/package.json +++ b/examples/helia-script-tag/package.json @@ -21,6 +21,6 @@ "process": "^0.11.10", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", - "vite": "^5.0.11" + "vite": "^6.0.3" } } diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index d6420b79..edb501cc 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -26,6 +26,6 @@ "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", - "vite": "^5.0.11" + "vite": "^6.0.3" } } diff --git a/examples/helia-vue/package.json b/examples/helia-vue/package.json index 8d6a840d..7ea94863 100644 --- a/examples/helia-vue/package.json +++ b/examples/helia-vue/package.json @@ -22,6 +22,6 @@ "@vitejs/plugin-vue": "^5.0.3", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", - "vite": "^5.0.11" + "vite": "^6.0.3" } }