diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 05:06:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 05:06:50 +0000 |
commit | b575d83a18105faca11ef58854446f02fc4be3dd (patch) | |
tree | 4646444c534208978bf38cde5964daf16d0537ae /FrontEnd | |
parent | 8d79908c4ff1df72c1c5e20b27fdf06100b9f8db (diff) | |
download | timeline-b575d83a18105faca11ef58854446f02fc4be3dd.tar.gz timeline-b575d83a18105faca11ef58854446f02fc4be3dd.tar.bz2 timeline-b575d83a18105faca11ef58854446f02fc4be3dd.zip |
build(deps): Bump react-bootstrap in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.0.0-beta.1 to 2.0.0-beta.2.
- [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/v2.0.0-beta.1...v2.0.0-beta.2)
---
updated-dependencies:
- dependency-name: react-bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 381629e8..45e6f59f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "moment": "^2.29.1",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^2.0.0-beta.1",
+ "react-bootstrap": "^2.0.0-beta.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.0",
|