Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit dd63221

Browse files
Bump typescript from 5.8.3 to 5.9.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7010e3 commit dd63221

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
2626
"@vitejs/plugin-react": "^4.6.0",
27-
"typescript": "^5.8.3",
27+
"typescript": "^5.9.2",
2828
"vite": "^6.3.5"
2929
}
3030
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -804,10 +804,10 @@ tinyglobby@^0.2.13:
804804
fdir "^6.4.4"
805805
picomatch "^4.0.2"
806806

807-
typescript@^5.8.3:
808-
version "5.8.3"
809-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
810-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
807+
typescript@^5.9.2:
808+
version "5.9.2"
809+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
810+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
811811

812812
update-browserslist-db@^1.1.1:
813813
version "1.1.1"

0 commit comments

Comments
 (0)