diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-17 06:56:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 06:56:07 +0000 |
commit | 1d685cc977c6fab95e11ba63acadb0b2d1936fc5 (patch) | |
tree | fa17e4dfc7c8f8e8757b5cbc8001bf68630b3c24 | |
parent | 855bcf84d51f4d301b414f4b131488af25e08848 (diff) | |
download | timeline-1d685cc977c6fab95e11ba63acadb0b2d1936fc5.tar.gz timeline-1d685cc977c6fab95e11ba63acadb0b2d1936fc5.tar.bz2 timeline-1d685cc977c6fab95e11ba63acadb0b2d1936fc5.zip |
build(deps): Bump react-bootstrap from 1.4.3 to 1.5.0 in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v1.4.3...v1.5.0)
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 1a01ed25..d04bbf23 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -18,7 +18,7 @@ "lodash": "^4.17.20",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.4.3",
+ "react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
|