Skip to content

Commit 88a7ccd

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] <support@github.com>
1 parent 08baf3f commit 88a7ccd

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-dom": "^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
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6296,10 +6296,10 @@ typed-array-length@^1.0.6:
62966296
is-typed-array "^1.1.13"
62976297
possible-typed-array-names "^1.0.0"
62986298

6299-
typescript@^5.7.2:
6300-
version "5.7.2"
6301-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
6302-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
6299+
typescript@^5.8.3:
6300+
version "5.8.3"
6301+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6302+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
63036303

63046304
unbox-primitive@^1.0.2:
63056305
version "1.0.2"

0 commit comments

Comments
 (0)