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 | 15d7475a35934c2cec4c637b909ee9448b598323 (patch) | |
tree | 910d9f4af2a89b23fa80e0555fb5b1c92b9f3296 /FrontEnd/package.json | |
parent | 4b6dc182d2175d0e2a7d622df8771c51804ccb21 (diff) | |
parent | be9b77d65bbb9d8b0358be456a724f4857088927 (diff) | |
download | timeline-15d7475a35934c2cec4c637b909ee9448b598323.tar.gz timeline-15d7475a35934c2cec4c637b909ee9448b598323.tar.bz2 timeline-15d7475a35934c2cec4c637b909ee9448b598323.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
Diffstat (limited to 'FrontEnd/package.json')
-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",
|