Merge pull request 'Update dependency vite to v7.3.1' (#150) from renovate/vite-7.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit was merged in pull request #150.
This commit is contained in:
2026-01-11 00:26:26 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
"globals": "^16.5.0", "globals": "^16.5.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"typescript-eslint": "^8.51.0", "typescript-eslint": "^8.51.0",
"vite": "npm:rolldown-vite@7.3.0" "vite": "npm:rolldown-vite@7.3.1"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@@ -3872,9 +3872,9 @@
}, },
"node_modules/vite": { "node_modules/vite": {
"name": "rolldown-vite", "name": "rolldown-vite",
"version": "7.3.0", "version": "7.3.1",
"resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.3.0.tgz", "resolved": "https://registry.npmjs.org/rolldown-vite/-/rolldown-vite-7.3.1.tgz",
"integrity": "sha512-5hI5NCJwKBGtzWtdKB3c2fOEpI77Iaa0z4mSzZPU1cJ/OqrGbFafm90edVCd7T9Snz+Sh09TMAv4EQqyVLzuEg==", "integrity": "sha512-LYzdNAjRHhF2yA4JUQm/QyARyi216N2rpJ0lJZb8E9FU2y5v6Vk+xq/U4XBOxMefpWixT5H3TslmAHm1rqIq2w==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,

View File

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