Skip to content

Commit ab8a214

Browse files
build(deps): bump typescript from 4.5.4 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.5.4 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.5.4...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 503cf47 commit ab8a214

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
@@ -61,7 +61,7 @@
6161
"redux": "^4.2.1",
6262
"redux-devtools-extension": "^2.13.8",
6363
"redux-mock-store": "^1.5.4",
64-
"typescript": "~4.5.0"
64+
"typescript": "~5.7.2"
6565
},
6666
"scripts": {
6767
"start": "react-scripts start",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15296,10 +15296,10 @@ typedarray-to-buffer@^3.1.5:
1529615296
dependencies:
1529715297
is-typedarray "^1.0.0"
1529815298

15299-
typescript@~4.5.0:
15300-
version "4.5.4"
15301-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
15302-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
15299+
typescript@~5.7.2:
15300+
version "5.7.2"
15301+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
15302+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
1530315303

1530415304
uglify-js@^3.1.4:
1530515305
version "3.13.5"

0 commit comments

Comments
 (0)