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

This commit is contained in:
2026-01-10 00:26:04 +00:00
parent 6162555702
commit 36bd8d0672
2 changed files with 6 additions and 6 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.3.0"
"vite": "npm:rolldown-vite@7.3.1"
}
},
"node_modules/@babel/code-frame": {
@@ -3872,9 +3872,9 @@
},
"node_modules/vite": {
"name": "rolldown-vite",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.3.0.tgz",
"integrity": "sha512-5hI5NCJwKBGtzWtdKB3c2fOEpI77Iaa0z4mSzZPU1cJ/OqrGbFafm90edVCd7T9Snz+Sh09TMAv4EQqyVLzuEg==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.3.1.tgz",
"integrity": "sha512-LYzdNAjRHhF2yA4JUQm/QyARyi216N2rpJ0lJZb8E9FU2y5v6Vk+xq/U4XBOxMefpWixT5H3TslmAHm1rqIq2w==",
"dev": true,
"license": "MIT",
"peer": true,

View File

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