0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency vite to v4.2.2

This commit is contained in:
renovate[bot] 2023-04-18 12:43:38 +00:00 committed by Daniel Lockyer
parent 31ae31a13d
commit 95b4d48c39
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.1",
"vite": "4.2.2",
"vite-plugin-css-injected-by-js": "3.1.0",
"vite-plugin-svgr": "2.4.0",
"vitest": "0.29.8"

View file

@ -30226,10 +30226,10 @@ vite-plugin-svgr@2.4.0:
"@rollup/pluginutils" "^5.0.2"
"@svgr/core" "^6.5.1"
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==
vite@4.2.2, "vite@^3.0.0 || ^4.0.0":
version "4.2.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.2.tgz#014c30e5163844f6e96d7fe18fbb702236516dc6"
integrity sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==
dependencies:
esbuild "^0.17.5"
postcss "^8.4.21"