diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 07:11:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 07:11:46 +0000 |
commit | c85200fb3dfcf32e81943070ec4ff62345feeb11 (patch) | |
tree | 6732844b5cd59f406af74511685da517b093befa | |
parent | 23eeaa05ea9e816ab55c87f47a575b219c4ceaf0 (diff) | |
download | timeline-c85200fb3dfcf32e81943070ec4ff62345feeb11.tar.gz timeline-c85200fb3dfcf32e81943070ec4ff62345feeb11.tar.bz2 timeline-c85200fb3dfcf32e81943070ec4ff62345feeb11.zip |
build(deps): Bump react-bootstrap in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.0.0-alpha.1 to 2.0.0-alpha.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v2.0.0-alpha.2/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)
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 28aa7022..c3d75648 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^2.0.0-alpha.1",
+ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
|