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

Commit ce02645

Browse files
chore(deps-dev): bump @types/react from 17.0.11 to 17.0.13 (#152)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.11 to 17.0.13. - [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 06f1ab5 commit ce02645

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": "^26.0.23",
35-
"@types/react": "^17.0.11",
35+
"@types/react": "^17.0.13",
3636
"@types/react-dom": "^17.0.8",
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.11":
1262-
version "17.0.11"
1263-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451"
1264-
integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==
1261+
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17.0.13":
1262+
version "17.0.13"
1263+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.13.tgz#6b7c9a8f2868586ad87d941c02337c6888fb874f"
1264+
integrity sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==
12651265
dependencies:
12661266
"@types/prop-types" "*"
12671267
"@types/scheduler" "*"

0 commit comments

Comments
 (0)