From aab4244d842702872a42c1da18005fc8fa88f4cd Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 26 Nov 2024 14:26:11 -0600 Subject: [PATCH] fix: Update `vite` dependency range to support v6 (#1215) --- packages/wxt/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index fba6bb81..6da00a06 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -122,7 +122,7 @@ "publish-browser-extension": "^2.2.2", "scule": "^1.3.0", "unimport": "^3.13.1", - "vite": "^5.4.11", + "vite": "^5.0.0 || ^6.0.0", "vite-node": "^2.1.4", "web-ext-run": "^0.2.1", "webextension-polyfill": "^0.12.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 80e4e061..ddf65b69 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -451,7 +451,7 @@ importers: specifier: ^3.13.1 version: 3.13.1(rollup@4.24.0)(webpack-sources@3.2.3) vite: - specifier: ^5.4.11 + specifier: ^5.0.0 || ^6.0.0 version: 5.4.11(@types/node@20.17.6)(sass@1.80.7) vite-node: specifier: ^2.1.4