mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency vite to v4.3.5
This commit is contained in:
parent
6566903df5
commit
6d78512a4b
2 changed files with 5 additions and 5 deletions
|
@ -75,7 +75,7 @@
|
|||
"jsdom": "21.1.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"vite": "4.3.4",
|
||||
"vite": "4.3.5",
|
||||
"vite-plugin-css-injected-by-js": "3.1.0",
|
||||
"vite-plugin-svgr": "2.4.0",
|
||||
"vitest": "0.31.0"
|
||||
|
|
|
@ -30371,10 +30371,10 @@ vite-plugin-svgr@2.4.0:
|
|||
"@rollup/pluginutils" "^5.0.2"
|
||||
"@svgr/core" "^6.5.1"
|
||||
|
||||
vite@4.3.4, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.3.4"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.4.tgz#1c518d763d5a700d890c3a19ab59220f06e7a7d5"
|
||||
integrity sha512-f90aqGBoxSFxWph2b39ae2uHAxm5jFBBdnfueNxZAT1FTpM13ccFQExCaKbR2xFW5atowjleRniQ7onjJ22QEg==
|
||||
vite@4.3.5, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.3.5"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.5.tgz#3871fe0f4b582ea7f49a85386ac80e84826367d9"
|
||||
integrity sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==
|
||||
dependencies:
|
||||
esbuild "^0.17.5"
|
||||
postcss "^8.4.23"
|
||||
|
|
Loading…
Reference in a new issue