diff options
author | crupest <crupest@outlook.com> | 2022-06-24 07:18:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 07:18:43 +0800 |
commit | 63cb8d9cefb5c71c2c25bb9f6619174322b30c61 (patch) | |
tree | 4dd5c39210843dae4a4c63c4ba878bf4b9e8008b /FrontEnd/package.json | |
parent | 5f5e9538e704cc683acf859183dae89fc49321b5 (diff) | |
parent | e8646b05e350b3d8c57e9d6aa41b352da264d20c (diff) | |
download | timeline-63cb8d9cefb5c71c2c25bb9f6619174322b30c61.tar.gz timeline-63cb8d9cefb5c71c2c25bb9f6619174322b30c61.tar.bz2 timeline-63cb8d9cefb5c71c2c25bb9f6619174322b30c61.zip |
Merge pull request #1256 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.17.2
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 37a0c519..5517eb75 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
- "react-i18next": "^11.17.1",
+ "react-i18next": "^11.17.2",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|