Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430341b

Browse files
chore: bump @types/react from 17.0.38 to 17.0.39 in /site (#160)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3bae67 commit 430341b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/express": "4.17.13",
3131
"@types/jest": "27.4.0",
3232
"@types/node": "14.18.10",
33-
"@types/react": "17.0.38",
33+
"@types/react": "17.0.39",
3434
"@types/react-dom": "17.0.11",
3535
"@types/superagent": "4.1.15",
3636
"@typescript-eslint/eslint-plugin": "4.33.0",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3197,10 +3197,10 @@
31973197
dependencies:
31983198
"@types/react" "*"
31993199

3200-
"@types/react@*", "@types/[email protected].38":
3201-
version "17.0.38"
3202-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
3203-
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
3200+
"@types/react@*", "@types/[email protected].39":
3201+
version "17.0.39"
3202+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
3203+
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
32043204
dependencies:
32053205
"@types/prop-types" "*"
32063206
"@types/scheduler" "*"

0 commit comments

Comments
 (0)