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:*" } }