diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-16 09:05:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 09:05:06 +0000 |
commit | 06853c44a3625da45f729456f1c2178418c32074 (patch) | |
tree | 8a454b9fc5e93fa1f239fa6f9c464be3c3d88847 | |
parent | 3434b76460380255302f92a0b4c22e23438e6aa8 (diff) | |
parent | d3718251f6207adce3fd4b447398f888e8ac2ffb (diff) | |
download | timeline-06853c44a3625da45f729456f1c2178418c32074.tar.gz timeline-06853c44a3625da45f729456f1c2178418c32074.tar.bz2 timeline-06853c44a3625da45f729456f1c2178418c32074.zip |
Merge pull request #753 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.18
-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 68814d1f..a0711e3f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.6.1",
- "@types/react": "^17.0.17",
+ "@types/react": "^17.0.18",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|