chore(deps-dev): bump typescript from 5.8.3 to 6.0.3 in /frontend

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v6.0.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-12 14:29:51 +08:00
committed by lyingbug
parent b1ea90490f
commit d2fb51b809
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -43,7 +43,7 @@
"less": "^4.6.4",
"less-loader": "^12.3.2",
"npm-run-all2": "^8.0.4",
"typescript": "~5.8.0",
"typescript": "~6.0.3",
"vite": "^7.2.2",
"vue-tsc": "^3.2.8"
}
@@ -4857,9 +4857,9 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://mirrors.tencent.com/npm/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
+1 -1
View File
@@ -47,7 +47,7 @@
"less": "^4.6.4",
"less-loader": "^12.3.2",
"npm-run-all2": "^8.0.4",
"typescript": "~5.8.0",
"typescript": "~6.0.3",
"vite": "^7.2.2",
"vue-tsc": "^3.2.8"
},