Skip to content

Commit 51053af

Browse files
chore(deps-dev): bump @types/react-dom from 16.9.9 to 17.0.0
1 parent e7fa819 commit 51053af

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
@@ -28,7 +28,7 @@
2828
"@types/lodash": "^4.14.115",
2929
"@types/prop-types": "^15.5.4",
3030
"@types/react": "^16.8.8",
31-
"@types/react-dom": "^16.8.2",
31+
"@types/react-dom": "^17.0.0",
3232
"@types/shallowequal": "^1.1.1",
3333
"prop-types": "^15.6.2",
3434
"react": "^17.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
3434
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
3535

36-
"@types/react-dom@^16.8.2":
37-
version "16.9.9"
38-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.9.tgz#d2d0a6f720a0206369ccbefff752ba37b9583136"
39-
integrity sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==
36+
"@types/react-dom@^17.0.0":
37+
version "17.0.0"
38+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
39+
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
4040
dependencies:
4141
"@types/react" "*"
4242

0 commit comments

Comments
 (0)