1 Commits

Author SHA1 Message Date
Renovate Bot
bcfd09f02e chore(deps): update dependency typescript to v6
All checks were successful
CI / backend-tests (pull_request) Successful in 29s
CI / frontend-tests (pull_request) Successful in 1m8s
2026-04-17 00:03:22 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.2", "typescript": "6.0.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }
@@ -4828,9 +4828,9 @@
"license": "0BSD" "license": "0BSD"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "6.0.2", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@@ -44,7 +44,7 @@
"oxfmt": "0.41.0", "oxfmt": "0.41.0",
"oxlint": "1.56.0", "oxlint": "1.56.0",
"tailwindcss": "4.2.2", "tailwindcss": "4.2.2",
"typescript": "6.0.2", "typescript": "6.0.3",
"vite": "8.0.1", "vite": "8.0.1",
"vitest": "4.1.0" "vitest": "4.1.0"
} }