diff options
author | crupest <crupest@outlook.com> | 2022-05-05 17:22:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 17:22:39 +0800 |
commit | 63b03bd946c697599fcb36999d9589d941e90d73 (patch) | |
tree | 248bd5226f7c894ed36a930d30c0f5c339ab366f | |
parent | b6aca624e5790970573bc5818dbb2be53c4109fb (diff) | |
parent | ee198a590aac32f9bc2944eab544d14990573abc (diff) | |
download | timeline-63b03bd946c697599fcb36999d9589d941e90d73.tar.gz timeline-63b03bd946c697599fcb36999d9589d941e90d73.tar.bz2 timeline-63b03bd946c697599fcb36999d9589d941e90d73.zip |
Merge pull request #1194 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.16.8
build(deps): Bump react-i18next from 11.16.7 to 11.16.8 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 1b2308ce..00333eec 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.16.6",
+ "react-i18next": "^11.16.8",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|