Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 173e5ad

Browse files
authored
Merge pull request #632 from bervProject/dependabot/npm_and_yarn/types/react-dom-17.0.0
Bump @types/react-dom from 16.9.9 to 17.0.0
2 parents 358c974 + 96c4bb4 commit 173e5ad

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
@@ -45,7 +45,7 @@
4545
"@types/fabric": "^3.6.8",
4646
"@types/jest": "^26.0.14",
4747
"@types/react": "^17.0.0",
48-
"@types/react-dom": "^16.9.8",
48+
"@types/react-dom": "^17.0.0",
4949
"babel-loader": "^8.1.0",
5050
"babel-preset-react-app": "^10.0.0",
5151
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,10 +2318,10 @@
23182318
"@types/react" "*"
23192319
"@types/reactcss" "*"
23202320

2321-
"@types/react-dom@^16.9.8":
2322-
version "16.9.9"
2323-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.9.tgz#d2d0a6f720a0206369ccbefff752ba37b9583136"
2324-
integrity sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==
2321+
"@types/react-dom@^17.0.0":
2322+
version "17.0.0"
2323+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"
2324+
integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==
23252325
dependencies:
23262326
"@types/react" "*"
23272327

0 commit comments

Comments
 (0)