diff options
author | crupest <crupest@outlook.com> | 2021-04-28 16:32:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 16:32:59 +0800 |
commit | bb583461ae73ef83cac39c8fcc6cb5da515e1cac (patch) | |
tree | 2be3eb6c48e09ba99cdfb8fb4eb54a0f44851fe2 | |
parent | fe7b7e917553481c844cb7dcfc2e5d532b86b0ca (diff) | |
parent | 3d74020ea787f728a51a102b482ebd33bea4f93b (diff) | |
download | timeline-bb583461ae73ef83cac39c8fcc6cb5da515e1cac.tar.gz timeline-bb583461ae73ef83cac39c8fcc6cb5da515e1cac.tar.bz2 timeline-bb583461ae73ef83cac39c8fcc6cb5da515e1cac.zip |
Merge pull request #490 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.8.14
build(deps): Bump react-i18next from 11.8.13 to 11.8.14 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 b9509f1f..394cc4f5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.13",
+ "react-i18next": "^11.8.14",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|