Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit bc1d728

Browse files
chore(deps-dev): bump @types/react from 17.0.16 to 17.0.18 (#171)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.16 to 17.0.18. - [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 50666f0 commit bc1d728

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
@@ -32,7 +32,7 @@
3232
"@testing-library/react": "^12.0.0",
3333
"@testing-library/react-hooks": "^7.0.1",
3434
"@types/jest": "^27.0.1",
35-
"@types/react": "^17.0.16",
35+
"@types/react": "^17.0.18",
3636
"@types/react-dom": "^17.0.9",
3737
"cz-conventional-changelog": "3.3.0",
3838
"jest": "^26.6.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1258,10 +1258,10 @@
12581258
dependencies:
12591259
"@types/react" "*"
12601260

1261-
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.16":
1262-
version "17.0.16"
1263-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.16.tgz#056f40c45645761527baeb7d89d842a6abdf285a"
1264-
integrity sha512-3kCUiOOlQTwUUvjNFkbBTWMTxdTGybz/PfjCw9JmaRGcEDBQh+nGMg7/E9P2rklhJuYVd25IYLNcvqgSPCPksg==
1261+
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.18":
1262+
version "17.0.18"
1263+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.18.tgz#4109cbbd901be9582e5e39e3d77acd7b66bb7fbe"
1264+
integrity sha512-YTLgu7oS5zvSqq49X5Iue5oAbVGhgPc5Au29SJC4VeE17V6gASoOxVkUDy9pXFMRFxCWCD9fLeweNFizo3UzOg==
12651265
dependencies:
12661266
"@types/prop-types" "*"
12671267
"@types/scheduler" "*"

0 commit comments

Comments
 (0)