diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-06 06:55:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 06:55:00 +0000 |
commit | 2c6cf0502b5d6cc5bf972310232f71ec543847ef (patch) | |
tree | ff814153505552a408eb95a55b61d602593f2e55 /FrontEnd/package.json | |
parent | 7a89e75aea432675ab6cb214592614bab2207795 (diff) | |
download | timeline-2c6cf0502b5d6cc5bf972310232f71ec543847ef.tar.gz timeline-2c6cf0502b5d6cc5bf972310232f71ec543847ef.tar.bz2 timeline-2c6cf0502b5d6cc5bf972310232f71ec543847ef.zip |
build(deps): Bump bootstrap from 4.6.0 to 5.0.0 in /FrontEnd
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 a94218ec..eb851d3a 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",
|