aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-12-25 02:23:28 +0000
committerGitHub <noreply@github.com>2020-12-25 02:23:28 +0000
commit200ab1dc00a9a291f596c95ecdef53285d5e7a00 (patch)
tree162820225dcf647f7c4d8797cdc2331e69c860e4 /package.json
parentcb012978b420fee87c5eacbfa558e004770f8b0b (diff)
parent886d063426f3b22a94a321af65c9027794e1f8bf (diff)
Merge pull request #943 from ueokande/dependabot/npm_and_yarn/types/react-dom-17.0.0
Bump @types/react-dom from 16.9.8 to 17.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4f18116..1bee6fd 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"@types/node": "^14.14.13",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.0",
- "@types/react-dom": "^16.9.5",
+ "@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.7",
"@types/react-test-renderer": "^16.9.2",
"@types/redux-promise": "^0.5.28",