Skip to content

Commit 19c6764

Browse files
Bump typescript from 5.7.2 to 5.8.3 (#3703)
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](microsoft/TypeScript@v5.7.2...v5.8.3) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea2cf7e commit 19c6764

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"react-refresh": "^0.17.0",
123123
"style-loader": "^4.0.0",
124124
"ts-jest": "^29.3.0",
125-
"typescript": "^5.7.2",
125+
"typescript": "^5.8.3",
126126
"typescript-eslint": "^8.31.0",
127127
"webpack": "^5.99.6",
128128
"webpack-cli": "^6.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10239,10 +10239,10 @@ typescript-eslint@^8.31.0:
1023910239
"@typescript-eslint/parser" "8.31.0"
1024010240
"@typescript-eslint/utils" "8.31.0"
1024110241

10242-
typescript@^5.7.2:
10243-
version "5.7.2"
10244-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
10245-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
10242+
typescript@^5.8.3:
10243+
version "5.8.3"
10244+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
10245+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1024610246

1024710247
ua-parser-js@^1.0.32:
1024810248
version "1.0.37"

0 commit comments

Comments
 (0)