From 6ffb53235f18c567e43233953104d52c9011782e Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 26 Nov 2024 13:49:51 -0600 Subject: [PATCH] fix: Update vite dependency range to support vite 6 --- 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 fba6bb811..6da00a06e 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 80e4e0619..ddf65b694 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