fix: upgraded vite (#2678)
* fix: upgraded vite * chore: changeset * Upgraded to vite v2.8.6 * Updated changeset Co-authored-by: Fred K. Schott <fkschott@gmail.com>
This commit is contained in:
parent
e24a7896f3
commit
caf9135c48
3 changed files with 10 additions and 5 deletions
5
.changeset/green-pumpkins-happen.md
Normal file
5
.changeset/green-pumpkins-happen.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Upgraded Vite to v2.8.6
|
|
@ -106,7 +106,7 @@
|
|||
"strip-ansi": "^7.0.1",
|
||||
"supports-esm": "^1.0.0",
|
||||
"tsconfig-resolver": "^3.0.1",
|
||||
"vite": "2.8.4",
|
||||
"vite": "^2.8.6",
|
||||
"yargs-parser": "^21.0.0",
|
||||
"zod": "^3.8.1"
|
||||
},
|
||||
|
|
|
@ -9379,10 +9379,10 @@ vite-plugin-pwa@0.11.5:
|
|||
workbox-build "^6.4.0"
|
||||
workbox-window "^6.4.0"
|
||||
|
||||
vite@2.8.4:
|
||||
version "2.8.4"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.4.tgz#4e52a534289b7b4e94e646df2fc5556ceaa7336b"
|
||||
integrity sha512-GwtOkkaT2LDI82uWZKcrpRQxP5tymLnC7hVHHqNkhFNknYr0hJUlDLfhVRgngJvAy3RwypkDCWtTKn1BjO96Dw==
|
||||
vite@^2.8.6:
|
||||
version "2.8.6"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.6.tgz#32d50e23c99ca31b26b8ccdc78b1d72d4d7323d3"
|
||||
integrity sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==
|
||||
dependencies:
|
||||
esbuild "^0.14.14"
|
||||
postcss "^8.4.6"
|
||||
|
|
Loading…
Reference in a new issue