From bd11c01fa830171d244eba7f49335ed38fc2fff2 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 8 Jul 2022 11:11:02 -0500 Subject: [PATCH] chore: bump Vite minimum version (#3861) Co-authored-by: Nate Moore --- packages/astro/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 93e54affd7..3b5bfa74d2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -132,7 +132,7 @@ "strip-ansi": "^7.0.1", "supports-esm": "^1.0.0", "tsconfig-resolver": "^3.0.1", - "vite": "^2.9.12", + "vite": "^2.9.14", "yargs-parser": "^21.0.1", "zod": "^3.17.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2f0474368..2e61776c86 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -563,7 +563,7 @@ importers: strip-ansi: ^7.0.1 supports-esm: ^1.0.0 tsconfig-resolver: ^3.0.1 - vite: ^2.9.12 + vite: ^2.9.14 yargs-parser: ^21.0.1 zod: ^3.17.3 dependencies: