Skip to content

Commit 4929fe3

Browse files
chore(deps-dev): bump @types/react from 17.0.38 to 17.0.39 (#732)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.38 to 17.0.39. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 108e353 commit 4929fe3

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
@@ -55,7 +55,7 @@
5555
"@testing-library/user-event": "13.5.0",
5656
"@tsconfig/create-react-app": "1.0.2",
5757
"@tsconfig/recommended": "1.0.1",
58-
"@types/react": "17.0.38",
58+
"@types/react": "17.0.39",
5959
"@types/react-dom": "17.0.11",
6060
"autoprefixer": "10.4.2",
6161
"babel-loader": "8.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,10 +3126,10 @@
31263126
dependencies:
31273127
"@types/react" "*"
31283128

3129-
"@types/react@*", "@types/react@17.0.38":
3130-
version "17.0.38"
3131-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
3132-
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
3129+
"@types/react@*", "@types/react@17.0.39":
3130+
version "17.0.39"
3131+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
3132+
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
31333133
dependencies:
31343134
"@types/prop-types" "*"
31353135
"@types/scheduler" "*"

0 commit comments

Comments
 (0)