Update dependency vite to v8.2.2

This commit is contained in:
renovate[bot]
2026-08-23 06:46:05 +00:00
committed by GitHub
parent d78a45b7e5
commit 5ffabb387b
2 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@
"babel-plugin-react-compiler": "1.0.0",
"jsdom": "30.0.1",
"typescript": "7.0.2",
"vite": "8.2.1",
"vite": "8.2.2",
"vite-plugin-checker": "0.14.5",
"vitest": "4.1.11",
"yaml": "2.9.0"
@@ -5940,16 +5940,16 @@
}
},
"node_modules/vite": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.1.tgz",
"integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==",
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"lightningcss": "^1.33.0",
"picomatch": "^4.0.5",
"postcss": "^8.5.25",
"rolldown": "~1.2.1",
"postcss": "^8.5.26",
"rolldown": "~1.2.4",
"tinyglobby": "^0.2.17"
},
"bin": {
@@ -5966,7 +5966,7 @@
},
"peerDependencies": {
"@types/node": "^20.19.0 || >=22.12.0",
"@vitejs/devtools": "^0.4.0",
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
"esbuild": "^0.27.0 || ^0.28.0",
"jiti": ">=1.21.0",
"less": "^4.0.0",

View File

@@ -72,7 +72,7 @@
"babel-plugin-react-compiler": "1.0.0",
"jsdom": "30.0.1",
"typescript": "7.0.2",
"vite": "8.2.1",
"vite": "8.2.2",
"vite-plugin-checker": "0.14.5",
"vitest": "4.1.11",
"yaml": "2.9.0"