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 | dad3665c742bc1db7e037175545b210bbdae6949 (patch) | |
tree | c33d1a282d30f3198dd14524d4f1557cb1499733 /FrontEnd/package.json | |
parent | 6a03ab47d3ad609aa51b9a2aebcc80574ed480bb (diff) | |
parent | 9db70156f605ad95d65b1c8e5e88286d78b4fdc4 (diff) | |
download | timeline-dad3665c742bc1db7e037175545b210bbdae6949.tar.gz timeline-dad3665c742bc1db7e037175545b210bbdae6949.tar.bz2 timeline-dad3665c742bc1db7e037175545b210bbdae6949.zip |
Merge pull request #487 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.4
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 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",
|