Skip to content

Commit 7e7dbe8

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-router": "^7.4.1",
4949
"ts-jest": "^29.3.1",
5050
"ts-loader": "^9.5.2",
51-
"typescript": "^5.7.2",
51+
"typescript": "^5.8.3",
5252
"webpack": "^5.98.0",
5353
"webpack-cli": "^6.0.1"
5454
},

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6839,10 +6839,10 @@ typed-array-length@^1.0.7:
68396839
possible-typed-array-names "^1.0.0"
68406840
reflect.getprototypeof "^1.0.6"
68416841

6842-
typescript@^5.7.2:
6843-
version "5.7.2"
6844-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
6845-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
6842+
typescript@^5.8.3:
6843+
version "5.8.3"
6844+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6845+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
68466846

68476847
unbox-primitive@^1.0.2:
68486848
version "1.0.2"

0 commit comments

Comments
 (0)