mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency vite to v4.3.6
This commit is contained in:
parent
86e84e35cb
commit
4ffdd27f0a
2 changed files with 5 additions and 5 deletions
|
@ -75,7 +75,7 @@
|
|||
"jsdom": "22.0.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"vite": "4.3.5",
|
||||
"vite": "4.3.6",
|
||||
"vite-plugin-css-injected-by-js": "3.1.1",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.31.0"
|
||||
|
|
|
@ -30437,10 +30437,10 @@ vite-plugin-svgr@3.2.0:
|
|||
"@svgr/core" "^7.0.0"
|
||||
"@svgr/plugin-jsx" "^7.0.0"
|
||||
|
||||
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==
|
||||
vite@4.3.6, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.3.6"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.6.tgz#d129487dd9edf10ec79314e2e7891c60a2f86051"
|
||||
integrity sha512-cqIyLSbA6gornMS659AXTVKF7cvSHMdKmJJwQ9DXq3lwsT1uZSdktuBRlpHQ8VnOWx0QHtjDwxPpGtyo9Fh/Qg==
|
||||
dependencies:
|
||||
esbuild "^0.17.5"
|
||||
postcss "^8.4.23"
|
||||
|
|
Loading…
Reference in a new issue