diff options
author | crupest <crupest@outlook.com> | 2021-06-03 18:37:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 18:37:06 +0800 |
commit | 335f2d03b7c734742e0d4f3ede430aeb9887bafa (patch) | |
tree | ff8d5c25ed2a322e5a0aa08b3ca27124ff35e8a4 /FrontEnd | |
parent | d629eb78a907c513f45b194e35859ce0cd6cc3d0 (diff) | |
parent | be1d89c74ed12aeafd1706c561a3315a58e4a175 (diff) | |
download | timeline-335f2d03b7c734742e0d4f3ede430aeb9887bafa.tar.gz timeline-335f2d03b7c734742e0d4f3ede430aeb9887bafa.tar.bz2 timeline-335f2d03b7c734742e0d4f3ede430aeb9887bafa.zip |
Merge pull request #590 from crupest/dependabot/npm_and_yarn/FrontEnd/react-bootstrap-2.0.0-beta.0
build(deps): Bump react-bootstrap from 2.0.0-alpha.2 to 2.0.0-beta.0 in /FrontEnd
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 4f9159ce..21c9fbb8 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.2",
+ "react-bootstrap": "^2.0.0-beta.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.10.0",
|