diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:44:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:44:52 +0800 |
commit | 0801fc5af7c21822a9575bcebe8eaf03c5adc7f4 (patch) | |
tree | a3675913b9dc3fe9cbd343120ed16b5172b41782 /FrontEnd/package.json | |
parent | 7f87f177ab07bcf26c46128b9d19a5962d7abe5d (diff) | |
parent | d4ecfedd9b8fa203ec5461a758e83991823d2d1c (diff) | |
download | timeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.tar.gz timeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.tar.bz2 timeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.zip |
Merge branch 'dependabot/npm_and_yarn/FrontEnd/bootstrap-5.0.0'
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ef86526c..314550ee 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"axios": "^0.21.1",
- "bootstrap": "^4.5.3",
+ "bootstrap": "^5.0.0",
"bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
"core-js": "^3.11.2",
@@ -17,7 +17,7 @@ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.5.2",
+ "react-bootstrap": "^2.0.0-alpha.1",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
"react-inlinesvg": "^2.3.0",
|