Update dependency vite to ^7.3.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-08 00:29:21 +00:00
parent 43bbbb94fb
commit ddfa058899
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0"
"vite": "^7.3.1"
}
},
"node_modules/@babel/code-frame": {
@@ -4746,9 +4746,9 @@
}
},
"node_modules/vite": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz",
"integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
"dev": true,
"license": "MIT",
"peer": true,

View File

@@ -29,6 +29,6 @@
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0"
"vite": "^7.3.1"
}
}