chore(deps): update dependency vite to v8.1.2

This commit is contained in:
Łukasz Mierzwa
2026-06-30 21:28:35 +01:00
committed by Łukasz Mierzwa
parent 6af09f4a30
commit 970bf3d133
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -78,7 +78,7 @@
"terser": "5.48.0",
"typescript": "6.0.3",
"typescript-eslint": "8.62.0",
"vite": "8.1.0"
"vite": "8.1.2"
}
},
"node_modules/@adobe/css-tools": {
@@ -13797,16 +13797,16 @@
}
},
"node_modules/vite": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.0.tgz",
"integrity": "sha512-BuJcQK/56NQTWDGn4ABea3q4SSBdNPWwNZKTkkUpcMPnLoquSYH8llRtSUIgoL1KSCpHt5eghLShn50mH36y7Q==",
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.1.2.tgz",
"integrity": "sha512-6YYPbRXTxx6bRXmOn7XdnQAy5DQNHhDgtjhDHI13oe4pY93kkcdGJWxpGwOm++/Wh0QpQhDrpIoVMrmrsI5AGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"lightningcss": "^1.32.0",
"picomatch": "^4.0.4",
"postcss": "^8.5.15",
"rolldown": "~1.1.2",
"postcss": "^8.5.16",
"rolldown": "~1.1.3",
"tinyglobby": "^0.2.17"
},
"bin": {
+1 -1
View File
@@ -74,7 +74,7 @@
"terser": "5.48.0",
"typescript": "6.0.3",
"typescript-eslint": "8.62.0",
"vite": "8.1.0"
"vite": "8.1.2"
},
"scripts": {
"start": "vite",