Chore(deps-dev): Bump typescript from 5.5.4 to 5.7.3 in /src-ui

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-02 01:57:11 +00:00
committed by GitHub
parent 3e848e6e0f
commit e0befdb10b
2 changed files with 6 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
"patch-package": "^8.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"ts-node": "~10.9.1",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"typings": "./src/typings.d.ts"
}