Update dependency vite to v4.4.10
This commit is contained in:
parent
5bdad1b945
commit
6ec3a600cc
@ -86,7 +86,7 @@
|
||||
"storybook": "7.4.0",
|
||||
"stylelint": "15.10.3",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-css-injected-by-js": "^3.3.0",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
|
@ -80,7 +80,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
||||
"jsdom": "22.1.0",
|
||||
"postcss": "8.4.31",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-css-injected-by-js": "3.3.0",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
|
@ -94,7 +94,7 @@
|
||||
"jsdom": "22.1.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-css-injected-by-js": "3.3.0",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
|
@ -64,7 +64,7 @@
|
||||
"storybook": "7.4.0",
|
||||
"stylelint": "15.10.3",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-commonjs": "0.9.0",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3",
|
||||
|
@ -86,7 +86,7 @@
|
||||
"@testing-library/react": "12.1.5",
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"nock": "13.3.3",
|
||||
"vite": "4.4.9",
|
||||
"vite": "4.4.10",
|
||||
"vite-plugin-svgr": "3.3.0",
|
||||
"vitest": "0.34.3"
|
||||
}
|
||||
|
@ -31355,10 +31355,10 @@ vite-plugin-svgr@3.3.0:
|
||||
"@svgr/core" "^8.1.0"
|
||||
"@svgr/plugin-jsx" "^8.1.0"
|
||||
|
||||
vite@4.4.9, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.4.9"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d"
|
||||
integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==
|
||||
vite@4.4.10, "vite@^3.0.0 || ^4.0.0":
|
||||
version "4.4.10"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.10.tgz#3794639cc433f7cb33ad286930bf0378c86261c8"
|
||||
integrity sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==
|
||||
dependencies:
|
||||
esbuild "^0.18.10"
|
||||
postcss "^8.4.27"
|
||||
|
Loading…
Reference in New Issue
Block a user