Skip to content

Commit 15a4fc3

Browse files
chore(deps-dev): bump @types/react from 16.9.56 to 17.0.0 (#987)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.56 to 17.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fffed60 commit 15a4fc3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@testing-library/jest-dom": "^5.11.4",
5959
"@testing-library/react": "^11.0.2",
6060
"@types/jest": "^26.0.8",
61-
"@types/react": "^16.9.34",
61+
"@types/react": "^17.0.0",
6262
"@types/react-dom": "^16.9.6",
6363
"@typescript-eslint/eslint-plugin": "^4.4.0",
6464
"@typescript-eslint/parser": "^4.4.0",
@@ -96,7 +96,7 @@
9696
"typescript": "^4.0.3"
9797
},
9898
"resolutions": {
99-
"@types/react": "16.9.56",
99+
"@types/react": "17.0.0",
100100
"@babel/runtime": "7.12.5",
101101
"react": "17.0.1",
102102
"react-dom": "17.0.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,10 +3989,10 @@
39893989
dependencies:
39903990
"@types/react" "*"
39913991

3992-
"@types/react@*", "@types/react@16.9.56", "@types/react@^16.9.34":
3993-
version "16.9.56"
3994-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
3995-
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
3992+
"@types/react@*", "@types/react@17.0.0", "@types/react@^17.0.0":
3993+
version "17.0.0"
3994+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
3995+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
39963996
dependencies:
39973997
"@types/prop-types" "*"
39983998
csstype "^3.0.2"

0 commit comments

Comments
 (0)