diff options
author | crupest <crupest@outlook.com> | 2022-03-21 17:24:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 17:24:05 +0800 |
commit | 56877eea24ed5660c45d07f65e7836d0089c0077 (patch) | |
tree | 997fad3659b297cd7542da64dbda614fe5fab73d /FrontEnd | |
parent | 12d927cc0473f4b39333c3720dc95254e1a32a1a (diff) | |
parent | 78c920c7d8ec76c18df605cdbdff9f35df20d2eb (diff) | |
download | timeline-56877eea24ed5660c45d07f65e7836d0089c0077.tar.gz timeline-56877eea24ed5660c45d07f65e7836d0089c0077.tar.bz2 timeline-56877eea24ed5660c45d07f65e7836d0089c0077.zip |
Merge pull request #1113 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.16.1
build(deps): Bump react-i18next from 11.15.7 to 11.16.1 in /FrontEnd
Diffstat (limited to '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 f2be6846..620b7c2e 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.7",
+ "react-i18next": "^11.16.1",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.2",
|