diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:49:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:49:24 +0800 |
commit | af5ffd6c4fb6f59c08b3cc78ee0e0f01e6aa7665 (patch) | |
tree | 3b5e20d8b0b82a3a6dd3e7776bb5deb305140970 | |
parent | 7978a4c8597a152e002516692fedb182a18fcae1 (diff) | |
parent | dfabac9d73f347cbd0aa8593af459adb00a7ca3a (diff) | |
download | timeline-af5ffd6c4fb6f59c08b3cc78ee0e0f01e6aa7665.tar.gz timeline-af5ffd6c4fb6f59c08b3cc78ee0e0f01e6aa7665.tar.bz2 timeline-af5ffd6c4fb6f59c08b3cc78ee0e0f01e6aa7665.zip |
Merge pull request #258 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.8.6
build(deps): Bump react-i18next from 11.8.5 to 11.8.6 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 eaab3645..e869645d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.5",
+ "react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|