Skip to content

Commit 50aba30

Browse files
build(deps): bump typescript from 4.5.4 to 5.0.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.4...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 259ba5d commit 50aba30

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
@@ -60,7 +60,7 @@
6060
"redux": "^4.2.1",
6161
"redux-devtools-extension": "^2.13.8",
6262
"redux-mock-store": "^1.5.4",
63-
"typescript": "~4.5.0"
63+
"typescript": "~5.0.4"
6464
},
6565
"scripts": {
6666
"start": "react-scripts start",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15333,10 +15333,10 @@ typedarray-to-buffer@^3.1.5:
1533315333
dependencies:
1533415334
is-typedarray "^1.0.0"
1533515335

15336-
typescript@~4.5.0:
15337-
version "4.5.4"
15338-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
15339-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
15336+
typescript@~5.0.4:
15337+
version "5.0.4"
15338+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
15339+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
1534015340

1534115341
uglify-js@^3.1.4:
1534215342
version "3.13.5"

0 commit comments

Comments
 (0)