chore(deps): update vite

This commit is contained in:
Łukasz Mierzwa
2026-08-08 13:23:01 +01:00
committed by Łukasz Mierzwa
parent 5c1393dbd6
commit 4b9e3b73c1
2 changed files with 15 additions and 15 deletions
+13 -13
View File
@@ -61,7 +61,7 @@
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-legacy": "8.2.2",
"@vitejs/plugin-legacy": "8.2.3",
"@vitejs/plugin-react": "6.0.5",
"eslint": "10.8.1",
"eslint-config-prettier": "10.1.8",
@@ -78,7 +78,7 @@
"terser": "5.49.2",
"typescript": "6.0.3",
"typescript-eslint": "8.66.0",
"vite": "8.2.0"
"vite": "8.2.1"
}
},
"node_modules/@adobe/css-tools": {
@@ -6058,22 +6058,22 @@
]
},
"node_modules/@vitejs/plugin-legacy": {
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.2.2.tgz",
"integrity": "sha512-4RpSqLedwx9Ffu2MH3iCadVBIu7Swfr5O6R9SDnzPmBzQ6gyfKgNuQZKlBDYl5dM8XDsR7srPqbjbBgHVUWV3g==",
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-8.2.3.tgz",
"integrity": "sha512-MMHLsn/0FrBkCQyb1x44cPYGwkfqcGr2FblcEP2ne79aXe7d5tFKoZ09xs5C4wuh8fOu2JRaNhgAS3K3uvUeJA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.29.7",
"@babel/plugin-transform-dynamic-import": "^7.29.7",
"@babel/plugin-transform-modules-systemjs": "^7.29.7",
"@babel/plugin-transform-modules-systemjs": "^7.29.8",
"@babel/preset-env": "^7.29.7",
"babel-plugin-polyfill-corejs3": "^0.14.2",
"babel-plugin-polyfill-regenerator": "^0.6.8",
"browserslist": "^4.28.6",
"browserslist": "^4.28.7",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.49.0",
"magic-string": "^1.0.0",
"magic-string": "^1.1.0",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
},
@@ -13256,16 +13256,16 @@
}
},
"node_modules/vite": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.0.tgz",
"integrity": "sha512-pn+CFpM0lwDeKwmOq1ZaBK/9sjorZcgqxki6MbY/jPEVd9vichIlmlD4HmQ5wdP5EgqQCFRaACBxMC7uEGc6lQ==",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.1.tgz",
"integrity": "sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==",
"dev": true,
"license": "MIT",
"dependencies": {
"lightningcss": "^1.33.0",
"picomatch": "^4.0.5",
"postcss": "^8.5.23",
"rolldown": "~1.2.0",
"postcss": "^8.5.25",
"rolldown": "~1.2.1",
"tinyglobby": "^0.2.17"
},
"bin": {
+2 -2
View File
@@ -57,7 +57,7 @@
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-legacy": "8.2.2",
"@vitejs/plugin-legacy": "8.2.3",
"@vitejs/plugin-react": "6.0.5",
"eslint": "10.8.1",
"eslint-config-prettier": "10.1.8",
@@ -74,7 +74,7 @@
"terser": "5.49.2",
"typescript": "6.0.3",
"typescript-eslint": "8.66.0",
"vite": "8.2.0"
"vite": "8.2.1"
},
"scripts": {
"start": "vite",