diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 07:02:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:02:59 +0000 |
commit | 5add7aba9ac25d150945a2a2aa9057dfa93e1201 (patch) | |
tree | c87d990e73a083efc90e74e43ecca020d050222a | |
parent | 53fde47268423008b0727af0fbfbc1903017ae9d (diff) | |
download | timeline-5add7aba9ac25d150945a2a2aa9057dfa93e1201.tar.gz timeline-5add7aba9ac25d150945a2a2aa9057dfa93e1201.tar.bz2 timeline-5add7aba9ac25d150945a2a2aa9057dfa93e1201.zip |
build(deps-dev): Bump @types/react from 17.0.3 to 17.0.4 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.3 to 17.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Signed-off-by: dependabot[bot] <support@github.com>
-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",
|