1 Commits

Author SHA1 Message Date
Renovate Bot
096629b65c chore(deps): update dependency vite to v8.0.6
All checks were successful
CI / backend-tests (pull_request) Successful in 29s
CI / frontend-tests (pull_request) Successful in 27s
2026-04-07 12:02:10 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "5.9.3", "typescript": "5.9.3",
"vite": "8.0.7", "vite": "8.0.6",
"vitest": "4.1.0" "vitest": "4.1.0"
} }
}, },
@@ -5001,9 +5001,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "8.0.7", "version": "8.0.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.6.tgz",
"integrity": "sha512-P1PbweD+2/udplnThz3btF4cf6AgPky7kk23RtHUkJIU5BIxwPprhRGmOAHs6FTI7UiGbTNrgNP6jSYD6JaRnw==", "integrity": "sha512-jeOXoY6N8rOfit/mZADMd0misLqjRdWBB3/S23ZQNuPcbVsfMBJutWD8b4ftdczMOsNyMBnKro0Z1Kt0HIqq5Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -45,7 +45,7 @@
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "5.9.3", "typescript": "5.9.3",
"vite": "8.0.7", "vite": "8.0.6",
"vitest": "4.1.0" "vitest": "4.1.0"
} }
} }