2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Update dependency vite to v4.5.1

This commit is contained in:
renovate[bot] 2023-12-04 10:07:27 +00:00 committed by Daniel Lockyer
parent 72ed1cdec2
commit 3267eb9843
9 changed files with 12 additions and 12 deletions

View file

@ -49,7 +49,7 @@
"storybook": "7.5.3",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-svgr": "3.3.0"
},
"dependencies": {

View file

@ -89,7 +89,7 @@
"@vitejs/plugin-react": "4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View file

@ -59,7 +59,7 @@
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",
"stylelint": "15.10.3",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View file

@ -80,7 +80,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.0",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"
}

View file

@ -76,7 +76,7 @@
"jsdom": "22.1.0",
"postcss": "8.4.32",
"tailwindcss": "3.3.5",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View file

@ -94,7 +94,7 @@
"jsdom": "22.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View file

@ -64,7 +64,7 @@
"storybook": "7.5.3",
"stylelint": "15.10.3",
"tailwindcss": "3.3.5",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-commonjs": "0.10.1",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3",

View file

@ -86,7 +86,7 @@
"@testing-library/react": "12.1.5",
"@vitejs/plugin-react": "4.2.0",
"nock": "13.3.3",
"vite": "4.5.0",
"vite": "4.5.1",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"
}

View file

@ -31212,10 +31212,10 @@ vite-plugin-svgr@3.3.0:
"@svgr/core" "^8.1.0"
"@svgr/plugin-jsx" "^8.1.0"
vite@4.5.0, "vite@^3.0.0 || ^4.0.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
vite@4.5.1, "vite@^3.0.0 || ^4.0.0":
version "4.5.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"