Update dependency vite to v7.3.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-12-31 00:30:47 +00:00
parent 18c0fbef3c
commit 79e78006fa
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "npm:rolldown-vite@7.2.10"
"vite": "npm:rolldown-vite@7.3.0"
}
},
"node_modules/@babel/code-frame": {
@@ -3872,9 +3872,9 @@
},
"node_modules/vite": {
"name": "rolldown-vite",
"version": "7.2.10",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.2.10.tgz",
"integrity": "sha512-v2ekZjuVLfumjp1Cr7LSQM1n2oOo3+gMruhOgT0Q4/cQ2J3nkTDLTAWLQQ86UHMbFYyVIN1wGh8BEZbvjkyctg==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.3.0.tgz",
"integrity": "sha512-5hI5NCJwKBGtzWtdKB3c2fOEpI77Iaa0z4mSzZPU1cJ/OqrGbFafm90edVCd7T9Snz+Sh09TMAv4EQqyVLzuEg==",
"dev": true,
"license": "MIT",
"peer": true,
@@ -3901,7 +3901,7 @@
},
"peerDependencies": {
"@types/node": "^20.19.0 || >=22.12.0",
"esbuild": "^0.25.0",
"esbuild": "^0.27.0",
"jiti": ">=1.21.0",
"less": "^4.0.0",
"sass": "^1.70.0",

View File

@@ -40,9 +40,9 @@
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "npm:rolldown-vite@7.2.10"
"vite": "npm:rolldown-vite@7.3.0"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.10"
"vite": "npm:rolldown-vite@7.3.0"
}
}