diff options
author | crupest <crupest@outlook.com> | 2022-05-10 13:07:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 13:07:06 +0800 |
commit | c0febc96f4d8ea46bd60826a3d0ea83d0ca56408 (patch) | |
tree | c5a4d9b57cd76e1fbe2c8db0b6eae7d4195c4c3c | |
parent | 66eb26ee4c6085610ddf39d905ef4eeb330911d3 (diff) | |
parent | 5798d50271926802192c4e4f28ab1d87aecaa258 (diff) | |
download | timeline-c0febc96f4d8ea46bd60826a3d0ea83d0ca56408.tar.gz timeline-c0febc96f4d8ea46bd60826a3d0ea83d0ca56408.tar.bz2 timeline-c0febc96f4d8ea46bd60826a3d0ea83d0ca56408.zip |
Merge pull request #1198 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.8.0
build(deps): Bump i18next from 21.6.16 to 21.8.0 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 99560a4d..08bc70f2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.4",
- "i18next": "^21.6.16",
+ "i18next": "^21.8.0",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|