summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-08-02 17:25:38 -0400
committerGravatar GitHub <noreply@github.com> 2022-08-02 14:25:38 -0700
commit2ee8e881d47abecf24eeb25e7caac6f4616629ab (patch)
tree5ceae5ae2d51cbf994cd4d5593561fe7b8862a7b
parentac6ffdb310288e8c5e341d480f5df72b132541b1 (diff)
downloadastro-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
-rw-r--r--.changeset/smart-geese-grab.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml12
3 files changed, 12 insertions, 7 deletions
diff --git a/.changeset/smart-geese-grab.md b/.changeset/smart-geese-grab.md
new file mode 100644
index 000000000..66a94db4f
--- /dev/null
+++ b/.changeset/smart-geese-grab.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Upgrade Vite to latest
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"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 850f03684..8771a9e8c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -517,7 +517,7 @@ importers:
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
dependencies:
@@ -573,7 +573,7 @@ importers:
tsconfig-resolver: 3.0.1
unist-util-visit: 4.1.0
vfile: 5.3.4
- vite: 3.0.2_sass@1.54.0
+ vite: 3.0.4_sass@1.54.0
yargs-parser: 21.0.1
zod: 3.17.10
devDependencies:
@@ -16473,8 +16473,8 @@ packages:
- supports-color
dev: true
- /vite/3.0.2_sass@1.54.0:
- resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==}
+ /vite/3.0.4:
+ resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -16496,12 +16496,11 @@ packages:
postcss: 8.4.14
resolve: 1.22.1
rollup: 2.77.2
- sass: 1.54.0
optionalDependencies:
fsevents: 2.3.2
dev: false
- /vite/3.0.4:
+ /vite/3.0.4_sass@1.54.0:
resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -16524,6 +16523,7 @@ packages:
postcss: 8.4.14
resolve: 1.22.1
rollup: 2.77.2
+ sass: 1.54.0
optionalDependencies:
fsevents: 2.3.2
dev: false