diff options
author | crupest <crupest@outlook.com> | 2022-04-12 21:46:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 21:46:08 +0800 |
commit | a73b4cc4f4f8348937003059401923b6d209a6ae (patch) | |
tree | 49cdc623d1becf56f75c14c0c3c78fe1283c647f /FrontEnd | |
parent | effd740948313e4cdacd4f845877adc244997104 (diff) | |
parent | 202f7edbe043e13c360c856f79626828b949ec72 (diff) | |
download | timeline-a73b4cc4f4f8348937003059401923b6d209a6ae.tar.gz timeline-a73b4cc4f4f8348937003059401923b6d209a6ae.tar.bz2 timeline-a73b4cc4f4f8348937003059401923b6d209a6ae.zip |
Merge pull request #1157 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.16.6
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 5d391882..b970c760 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.0",
- "react-i18next": "^11.16.5",
+ "react-i18next": "^11.16.6",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|