diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-02 05:31:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 05:31:25 +0000 |
commit | 108e0e6deb2949c33a22f475cd3aebcf8584ebdd (patch) | |
tree | 050ac37c3f236d8fd83894bba1b275b64fd08e71 | |
parent | 8f9096bace34658b63f9913fdd40e90953d11bfb (diff) | |
parent | 5f880dc39e8025cb80dfde8587c50171a992e5a6 (diff) | |
download | timeline-108e0e6deb2949c33a22f475cd3aebcf8584ebdd.tar.gz timeline-108e0e6deb2949c33a22f475cd3aebcf8584ebdd.tar.bz2 timeline-108e0e6deb2949c33a22f475cd3aebcf8584ebdd.zip |
Merge pull request #651 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.13
-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 86051dea..8921df92 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.5",
- "@types/react": "^17.0.11",
+ "@types/react": "^17.0.13",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.8",
"@types/react-responsive": "^8.0.2",
|