0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency vite to v4.2.1

This commit is contained in:
renovate[bot] 2023-03-20 14:11:32 +00:00 committed by Daniel Lockyer
parent 41e956fd55
commit 48e486509c
2 changed files with 5 additions and 5 deletions

View file

@ -75,7 +75,7 @@
"jsdom": "21.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"vite": "4.2.0",
"vite": "4.2.1",
"vite-plugin-css-injected-by-js": "3.1.0",
"vite-plugin-svgr": "2.4.0",
"vitest": "0.29.7"

View file

@ -27338,10 +27338,10 @@ vite-plugin-svgr@2.4.0:
"@rollup/pluginutils" "^5.0.2"
"@svgr/core" "^6.5.1"
vite@4.2.0, "vite@^3.0.0 || ^4.0.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.0.tgz#d4e6eafbc034f3faf0ab376bd5b76ac15775eb99"
integrity sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==
vite@4.2.1, "vite@^3.0.0 || ^4.0.0":
version "4.2.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254"
integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==
dependencies:
esbuild "^0.17.5"
postcss "^8.4.21"