Skip to content

Commit 12e0385

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] <support@github.com>
1 parent 5ade56a commit 12e0385

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
@@ -48,7 +48,7 @@
4848
"react-router": "^7.8.2",
4949
"ts-jest": "^29.4.4",
5050
"ts-loader": "^9.5.4",
51-
"typescript": "^5.8.3",
51+
"typescript": "^5.9.3",
5252
"webpack": "^5.99.9",
5353
"webpack-cli": "^6.0.1"
5454
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7095,10 +7095,10 @@ typed-array-length@^1.0.7:
70957095
possible-typed-array-names "^1.0.0"
70967096
reflect.getprototypeof "^1.0.6"
70977097

7098-
typescript@^5.8.3:
7099-
version "5.8.3"
7100-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
7101-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
7098+
typescript@^5.9.3:
7099+
version "5.9.3"
7100+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
7101+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
71027102

71037103
uglify-js@^3.1.4:
71047104
version "3.19.3"

0 commit comments

Comments
 (0)