AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b2e2018dab8867578fecb7fd720f7a0677bbf57c
parent 68ec101bce727f2f4cf8a8e82a49c0f3f0b9696c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 27 Mar 2026 23:54:41 +0900

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#30)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -26,6 +26,6 @@ "@types/react-dom": "^19.2.3", "eslint": "^10.0.0", "eslint-config-next": "16.2.1", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }