diff options
author | crupest <crupest@outlook.com> | 2021-12-13 13:38:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 13:38:28 +0800 |
commit | 62b822f58409434cd8169d25158bf193a4281e78 (patch) | |
tree | 21192dcd783386facd360175bec6c4b722bf1bca /FrontEnd | |
parent | f7ae0a9bc11cc166bf02b4778b0043dd9e4564b6 (diff) | |
parent | e8e99f3e73412d81c68c494a1bf4f941214db89d (diff) | |
download | timeline-62b822f58409434cd8169d25158bf193a4281e78.tar.gz timeline-62b822f58409434cd8169d25158bf193a4281e78.tar.bz2 timeline-62b822f58409434cd8169d25158bf193a4281e78.zip |
Merge pull request #982 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.15.0
Diffstat (limited to '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 e4562b15..4c10d48f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.14.3",
+ "react-i18next": "^11.15.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.0.0",
|