diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-09 01:10:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 01:10:48 +0000 |
commit | 62e3487b40e2f8606ce8d392a120bf92064738a5 (patch) | |
tree | f7138b01c2433145a611baa4366aa5d4dc4ae457 | |
parent | 41c337b9b45a130d67277136c8b39f83f048506f (diff) | |
parent | 95e3b0bbfb726dc27b08f470dde75b5a410dc8ec (diff) | |
download | timeline-62e3487b40e2f8606ce8d392a120bf92064738a5.tar.gz timeline-62e3487b40e2f8606ce8d392a120bf92064738a5.tar.bz2 timeline-62e3487b40e2f8606ce8d392a120bf92064738a5.zip |
Merge pull request #351 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.3
-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 51d40bf9..250d1e63 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
- "@types/react": "^17.0.2",
+ "@types/react": "^17.0.3",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
|