From 77b8f0c3014b6bfcc84ab33180d0e3e2094e24b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:14:31 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.4.11 to 6.0.4 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.4. - [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.4/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 2a70f609..32eb4a22 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.4" } } diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index f4178aca..3a115ca8 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.4" } } diff --git a/examples/helia-script-tag/package.json b/examples/helia-script-tag/package.json index ac358e62..5394b4f3 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.4" } } diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index d6420b79..8dfc4566 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.4" } } diff --git a/examples/helia-vue/package.json b/examples/helia-vue/package.json index 8d6a840d..8245b108 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.4" } }