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 | 1ad5793c1fd18d655ddfa9baaec6a4ca955c12b9 (patch) | |
tree | 6b0f69a7c17f6682e3cedcd550b13ba4a26adc57 /FrontEnd/package.json | |
parent | ba140839a1360196b74e442b1dcded502898ace0 (diff) | |
parent | ba449819292a46c03f95f4fbe390029d46fce6e0 (diff) | |
download | timeline-1ad5793c1fd18d655ddfa9baaec6a4ca955c12b9.tar.gz timeline-1ad5793c1fd18d655ddfa9baaec6a4ca955c12b9.tar.bz2 timeline-1ad5793c1fd18d655ddfa9baaec6a4ca955c12b9.zip |
Merge pull request #233 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.1
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 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",
|