diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-03 08:47:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 08:47:53 +0000 |
commit | 3419be1d582d213ebf44f61c9417586b8dbad685 (patch) | |
tree | f4a31dee40c3d003efa3ce3a71e101fd6a800cd7 /FrontEnd/package.json | |
parent | e6a6c4e6171f424063997898c2bacb84008a5d2c (diff) | |
download | timeline-3419be1d582d213ebf44f61c9417586b8dbad685.tar.gz timeline-3419be1d582d213ebf44f61c9417586b8dbad685.tar.bz2 timeline-3419be1d582d213ebf44f61c9417586b8dbad685.zip |
build(deps): Bump react-inlinesvg from 2.2.2 to 2.3.0 in /FrontEnd
Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases)
- [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.2.2...v2.3.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 96d845ba..3d69b40e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
- "react-inlinesvg": "^2.2.2",
+ "react-inlinesvg": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-bootstrap": "^0.25.0",
|