diff options
author | crupest <crupest@outlook.com> | 2021-03-29 20:05:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 20:05:53 +0800 |
commit | 54b8c37323749499ed2f42b358122db5921ac684 (patch) | |
tree | 5b31771aa19e336fe3978fb1fd4198f1511f4d9e | |
parent | 3c78e7444920ae1bbac3fc708c83d66fe153c16a (diff) | |
parent | 6b3a99ea09a039cd634f380017d6382c87d17d16 (diff) | |
download | timeline-54b8c37323749499ed2f42b358122db5921ac684.tar.gz timeline-54b8c37323749499ed2f42b358122db5921ac684.tar.bz2 timeline-54b8c37323749499ed2f42b358122db5921ac684.zip |
Merge pull request #412 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.8.12
build(deps): Bump react-i18next from 11.8.11 to 11.8.12 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 30eae1ff..b706cc59 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.11",
+ "react-i18next": "^11.8.12",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|