diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:27:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:27:14 +0000 |
commit | 79ec392255d009e4c1138267d4b4c0d6bf626bc2 (patch) | |
tree | 30cb3dbb05b104cb3494572ad44475eeb96cd528 | |
parent | 64e7f74b818bb8a61da9d41665e630c08f407107 (diff) | |
parent | 250084a289bde3decb9ff61ca69ba3c7725a4274 (diff) | |
download | timeline-79ec392255d009e4c1138267d4b4c0d6bf626bc2.tar.gz timeline-79ec392255d009e4c1138267d4b4c0d6bf626bc2.tar.bz2 timeline-79ec392255d009e4c1138267d4b4c0d6bf626bc2.zip |
Merge pull request #233 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.1
-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 6cab7f34..b4a74441 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.21",
- "@types/react": "^17.0.0",
+ "@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.11",
|