diff options
author | 2022-08-02 17:25:38 -0400 | |
---|---|---|
committer | 2022-08-02 14:25:38 -0700 | |
commit | 2ee8e881d47abecf24eeb25e7caac6f4616629ab (patch) | |
tree | 5ceae5ae2d51cbf994cd4d5593561fe7b8862a7b /packages | |
parent | ac6ffdb310288e8c5e341d480f5df72b132541b1 (diff) | |
download | astro-2ee8e881d47abecf24eeb25e7caac6f4616629ab.tar.gz astro-2ee8e881d47abecf24eeb25e7caac6f4616629ab.tar.zst astro-2ee8e881d47abecf24eeb25e7caac6f4616629ab.zip |
Upgrade Vite to 3.0.4 (#4124)
* Upgrade Vite to 3.0.4
* Add a changeset
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index f1866b102..1f4827f7a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -136,7 +136,7 @@ "tsconfig-resolver": "^3.0.1", "unist-util-visit": "^4.1.0", "vfile": "^5.3.2", - "vite": "3.0.2", + "vite": "3.0.4", "yargs-parser": "^21.0.1", "zod": "^3.17.3" }, |