From 9da6ffae9069c6462634562999cdb9087373c49e Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:42:00 +0900 Subject: [PATCH] chore: bump vite in tests as well --- pnpm-lock.yaml | 4 ++-- test/fixtures/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4a7a618..56681ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,8 +91,8 @@ importers: test/fixtures: devDependencies: vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@22.9.0) + specifier: ^6.0.0 + version: 6.0.1(@types/node@22.9.0)(yaml@2.4.5) vite-plugin-static-copy: specifier: workspace:* version: link:../.. diff --git a/test/fixtures/package.json b/test/fixtures/package.json index e39b448..9a05859 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -13,7 +13,7 @@ "build:structured": "vite --config vite.structured.config.ts build" }, "devDependencies": { - "vite": "^5.4.10", + "vite": "^6.0.0", "vite-plugin-static-copy": "workspace:*" } }