diff options
author | crupest <crupest@outlook.com> | 2021-03-13 15:09:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 15:09:49 +0800 |
commit | 367ffd23e7e7f10f467f65b023c8e5a0148f0e02 (patch) | |
tree | 021a15a448265b0c5b6595b4e9d7f8cb3f83f4ba | |
parent | 0c79bf4a705a925977d76e6be27f83bb7aef53ed (diff) | |
parent | 7d418b061a686ef20e815bcafdbc643748e4d860 (diff) | |
download | timeline-367ffd23e7e7f10f467f65b023c8e5a0148f0e02.tar.gz timeline-367ffd23e7e7f10f467f65b023c8e5a0148f0e02.tar.bz2 timeline-367ffd23e7e7f10f467f65b023c8e5a0148f0e02.zip |
Merge pull request #366 from crupest/dependabot/npm_and_yarn/FrontEnd/react-bootstrap-1.5.2
build(deps): Bump react-bootstrap from 1.5.1 to 1.5.2 in /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 f1a1ea18..0d1aa4b8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -18,7 +18,7 @@ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
- "react-bootstrap": "^1.5.1",
+ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.9",
"react-inlinesvg": "^2.2.2",
|