chore(deps): update vite

This commit is contained in:
Łukasz Mierzwa
2026-07-09 21:47:58 +01:00
committed by Łukasz Mierzwa
parent 5df133dc6a
commit 3ac85fd56b
2 changed files with 13 additions and 13 deletions
+11 -11
View File
@@ -61,7 +61,7 @@
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-legacy": "8.1.0",
"@vitejs/plugin-legacy": "8.2.0",
"@vitejs/plugin-react": "6.0.3",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
@@ -78,7 +78,7 @@
"terser": "5.48.0",
"typescript": "6.0.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.3"
"vite": "8.1.4"
}
},
"node_modules/@adobe/css-tools": {
@@ -6117,9 +6117,9 @@
]
},
"node_modules/@vitejs/plugin-legacy": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.1.0.tgz",
"integrity": "sha512-J/w008f2+qJt+QugNCmMjwBfxLEiGkG2Kn5i0z5DDj72oJjzOswUgX2C+32M2nP0Aq+bWDT1a57Bli0r2qPOQA==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.2.0.tgz",
"integrity": "sha512-Im1k/PEBgSVs1N8s5+WMWpBd4G7jQAHJsIo+DUvP1H5HCqDSFtKwP2SFfFICD65cq85CYWS6PjEfsj0wTNt7KQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -6129,7 +6129,7 @@
"@babel/preset-env": "^7.29.7",
"babel-plugin-polyfill-corejs3": "^0.14.2",
"babel-plugin-polyfill-regenerator": "^0.6.8",
"browserslist": "^4.28.2",
"browserslist": "^4.28.4",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.49.0",
"magic-string": "^0.30.21",
@@ -13344,16 +13344,16 @@
}
},
"node_modules/vite": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.3.tgz",
"integrity": "sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==",
"version": "8.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.4.tgz",
"integrity": "sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"lightningcss": "^1.32.0",
"picomatch": "^4.0.4",
"picomatch": "^4.0.5",
"postcss": "^8.5.16",
"rolldown": "~1.1.3",
"rolldown": "~1.1.4",
"tinyglobby": "^0.2.17"
},
"bin": {
+2 -2
View File
@@ -57,7 +57,7 @@
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-legacy": "8.1.0",
"@vitejs/plugin-legacy": "8.2.0",
"@vitejs/plugin-react": "6.0.3",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
@@ -74,7 +74,7 @@
"terser": "5.48.0",
"typescript": "6.0.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.3"
"vite": "8.1.4"
},
"scripts": {
"start": "vite",