Skip to content

Commit 9de551c

Browse files
Bump @types/react from 17.0.15 to 17.0.20 (#105)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.15 to 17.0.20. - [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 a64341e commit 9de551c

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
@@ -39,7 +39,7 @@
3939
"trailingComma": "es5"
4040
},
4141
"devDependencies": {
42-
"@types/react": "^17.0.15",
42+
"@types/react": "^17.0.20",
4343
"@types/react-dom": "^17.0.9",
4444
"husky": "^4.2.5",
4545
"react": "^16.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,10 @@
11291129
dependencies:
11301130
"@types/react" "*"
11311131

1132-
"@types/react@*", "@types/react@^17.0.15":
1133-
version "17.0.15"
1134-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.15.tgz#c7533dc38025677e312606502df7656a6ea626d0"
1135-
integrity sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==
1132+
"@types/react@*", "@types/react@^17.0.20":
1133+
version "17.0.20"
1134+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c"
1135+
integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==
11361136
dependencies:
11371137
"@types/prop-types" "*"
11381138
"@types/scheduler" "*"

0 commit comments

Comments
 (0)