Skip to content

Commit c943173

Browse files
build(deps): bump typescript from 4.5.4 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.5.4 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 348667c commit c943173

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
@@ -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.8.3"
6565
},
6666
"scripts": {
6767
"start": "react-scripts start",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -15390,10 +15390,10 @@ typedarray-to-buffer@^3.1.5:
1539015390
dependencies:
1539115391
is-typedarray "^1.0.0"
1539215392

15393-
typescript@~4.5.0:
15394-
version "4.5.4"
15395-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
15396-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
15393+
typescript@~5.8.3:
15394+
version "5.8.3"
15395+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
15396+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1539715397

1539815398
uglify-js@^3.1.4:
1539915399
version "3.13.5"

0 commit comments

Comments
 (0)