diff options
author | crupest <crupest@outlook.com> | 2021-05-26 15:53:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 15:53:41 +0800 |
commit | 8b5b8b5ed23380182d22702aa7d4d89ebbc93608 (patch) | |
tree | 0bdfa7f8baa476e529057784f9e61456945ac5d6 | |
parent | 0716ed8eead4264978954c891795a2fb7c289216 (diff) | |
parent | b43c49530578c088d1bc20f00721471f422e9fd6 (diff) | |
download | timeline-8b5b8b5ed23380182d22702aa7d4d89ebbc93608.tar.gz timeline-8b5b8b5ed23380182d22702aa7d4d89ebbc93608.tar.bz2 timeline-8b5b8b5ed23380182d22702aa7d4d89ebbc93608.zip |
Merge pull request #572 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.9.0
-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 2dcee539..9305a752 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -22,7 +22,7 @@ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.15",
+ "react-i18next": "^11.9.0",
"react-inlinesvg": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|