diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 07:11:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 07:11:46 +0000 |
commit | d8e5916098255926ad6c45d073ba1a3413f72678 (patch) | |
tree | 9430e4602dac1501cc0c61ca59a561d6430337fa | |
parent | 8437bc6a0b5a91856b486e9824ea0faece93f26e (diff) | |
download | timeline-d8e5916098255926ad6c45d073ba1a3413f72678.tar.gz timeline-d8e5916098255926ad6c45d073ba1a3413f72678.tar.bz2 timeline-d8e5916098255926ad6c45d073ba1a3413f72678.zip |
build(deps): Bump react-bootstrap in /FrontEnd
Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.0.0-alpha.1 to 2.0.0-alpha.2.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/v2.0.0-alpha.2/CHANGELOG.md)
- [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 5d675fb8..93c1d524 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -21,7 +21,7 @@ "lodash": "^4.17.21", "pepjs": "^0.5.3", "react": "^17.0.1", - "react-bootstrap": "^2.0.0-alpha.1", + "react-bootstrap": "^2.0.0-alpha.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-i18next": "^11.8.15", @@ -12119,9 +12119,9 @@ } }, "node_modules/react-bootstrap": { - "version": "2.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", - "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", + "version": "2.0.0-alpha.2", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.2.tgz", + "integrity": "sha512-Sjaq/EwI0ZJaN+yja4FLeJczvXuoYDxwNQsJsuzdpTAFCtCvTAh0P/PUA8n1CTxePfjbPzcnSLhKGN0k0FGdAg==", "dependencies": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", @@ -25585,9 +25585,9 @@ } }, "react-bootstrap": { - "version": "2.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", - "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", + "version": "2.0.0-alpha.2", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.2.tgz", + "integrity": "sha512-Sjaq/EwI0ZJaN+yja4FLeJczvXuoYDxwNQsJsuzdpTAFCtCvTAh0P/PUA8n1CTxePfjbPzcnSLhKGN0k0FGdAg==", "requires": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 28aa7022..c3d75648 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.1",
+ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
|