diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 08:09:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 08:09:37 +0000 |
commit | 4a230533b17751d4061ca4190fed92c51bf34bd7 (patch) | |
tree | c87d990e73a083efc90e74e43ecca020d050222a | |
parent | 53fde47268423008b0727af0fbfbc1903017ae9d (diff) | |
parent | 5add7aba9ac25d150945a2a2aa9057dfa93e1201 (diff) | |
download | timeline-4a230533b17751d4061ca4190fed92c51bf34bd7.tar.gz timeline-4a230533b17751d4061ca4190fed92c51bf34bd7.tar.bz2 timeline-4a230533b17751d4061ca4190fed92c51bf34bd7.zip |
Merge pull request #487 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.4
-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 c0c6b42a..5b773e52 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.41",
- "@types/react": "^17.0.3",
+ "@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
|