gemini-chat

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

commit c3a841af6e6411fcc04e937d6fa08a07099e15d1
parent 658e29e1b1793678c4c76cb3d89b110017f7d79f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue, 24 Mar 2026 20:50:02 +0900

Bump typescript from 5.9.3 to 6.0.2 (#50)

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 @@ -20,7 +20,7 @@ "remark-gfm": "^4.0.1" }, "devDependencies": { - "typescript": "^5.9.3", + "typescript": "^6.0.2", "@types/node": "^25.0.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3",