diff options
author | crupest <crupest@outlook.com> | 2022-01-17 23:30:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 23:30:19 +0800 |
commit | fc23b51e3bcf198057059758b351f79a70d2f043 (patch) | |
tree | ddc617ff0f1b46320ac68eb251f27823dee95d74 | |
parent | 0742153c416bcad2fc15bbeda3cfb266454c1b13 (diff) | |
parent | 6f65f2b6d3cd7021574458d6cf0d193692ef62bc (diff) | |
download | timeline-fc23b51e3bcf198057059758b351f79a70d2f043.tar.gz timeline-fc23b51e3bcf198057059758b351f79a70d2f043.tar.bz2 timeline-fc23b51e3bcf198057059758b351f79a70d2f043.zip |
Merge pull request #1016 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.15.3
build(deps): Bump react-i18next from 11.15.2 to 11.15.3 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 bd883a2e..30254759 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.15.2",
+ "react-i18next": "^11.15.3",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.1",
|