diff options
author | crupest <crupest@outlook.com> | 2021-11-17 19:52:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 19:52:08 +0800 |
commit | 96fc9a5c85782a8fd5a7539607450c397fb7e75b (patch) | |
tree | 4016dec17f55b90b85140adadc681266f5d9eede | |
parent | 5ea25b30d75f5b43b3702eca9477485b11854cd9 (diff) | |
parent | 20ec048d65d3d3bb00c741ad0cee3f7f1e2a730c (diff) | |
download | timeline-96fc9a5c85782a8fd5a7539607450c397fb7e75b.tar.gz timeline-96fc9a5c85782a8fd5a7539607450c397fb7e75b.tar.bz2 timeline-96fc9a5c85782a8fd5a7539607450c397fb7e75b.zip |
Merge pull request #934 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.14.2
build(deps): Bump react-i18next from 11.14.1 to 11.14.2 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 0c07538e..8406024a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.14.1",
+ "react-i18next": "^11.14.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|