diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-08 15:56:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 15:56:14 +0000 |
commit | f84a724f604aea11333cb52fff48adc8bba6f5fe (patch) | |
tree | e1dc18b5d06105db0ba6a86824a2f0db4e101bd8 /FrontEnd | |
parent | 9aecc1fea9aefce8723e869ed3550cf21dad9a6b (diff) | |
parent | a7bf17b924d9cba7e92f3ce03e7fea68182dcbae (diff) | |
download | timeline-f84a724f604aea11333cb52fff48adc8bba6f5fe.tar.gz timeline-f84a724f604aea11333cb52fff48adc8bba6f5fe.tar.bz2 timeline-f84a724f604aea11333cb52fff48adc8bba6f5fe.zip |
Merge pull request #669 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.14
Diffstat (limited to 'FrontEnd')
-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 d8a3197f..9fbb809a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
"@types/node": "^16.0.0",
- "@types/react": "^17.0.13",
+ "@types/react": "^17.0.14",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.8",
"@types/react-responsive": "^8.0.2",
|