diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:15:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:15:42 +0000 |
commit | f8b03a9a873b7901a19fc1deb92b479d565d616d (patch) | |
tree | acbfadfcb796c35a3cc84d062d58e962651474d8 /FrontEnd/package.json | |
parent | 06f7231d4827520c15c39e951bc25ea17886096b (diff) | |
parent | cf7511c315d267155625205be196dac40b0240ab (diff) | |
download | timeline-f8b03a9a873b7901a19fc1deb92b479d565d616d.tar.gz timeline-f8b03a9a873b7901a19fc1deb92b479d565d616d.tar.bz2 timeline-f8b03a9a873b7901a19fc1deb92b479d565d616d.zip |
Merge pull request #400 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.3
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 27cbd49a..4ed70937 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/lodash": "^4.14.168",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.2",
+ "@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
|