From a4c2657cdabe0e69ef62583c2eb9091967804e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:18:29 +0000 Subject: [PATCH] Bump vite from 4.4.11 to 4.5.2 in /examples/with-solidjs Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.11 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/with-solidjs/package.json | 2 +- examples/with-solidjs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/with-solidjs/package.json b/examples/with-solidjs/package.json index 172686669..b93ec35c8 100644 --- a/examples/with-solidjs/package.json +++ b/examples/with-solidjs/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.7.8" }, "devDependencies": { - "vite": "^4.4.5", + "vite": "^4.5.2", "vite-plugin-solid": "^2.7.0" } } diff --git a/examples/with-solidjs/yarn.lock b/examples/with-solidjs/yarn.lock index 7a4712332..e8df6e5c0 100644 --- a/examples/with-solidjs/yarn.lock +++ b/examples/with-solidjs/yarn.lock @@ -758,10 +758,10 @@ vite-plugin-solid@^2.7.0: solid-refresh "^0.5.3" vitefu "^0.2.4" -vite@^4.4.5: - version "4.4.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.11.tgz#babdb055b08c69cfc4c468072a2e6c9ca62102b0" - integrity sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A== +vite@^4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82" + integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w== dependencies: esbuild "^0.18.10" postcss "^8.4.27"