diff options
author | crupest <crupest@outlook.com> | 2021-04-29 15:53:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 15:53:27 +0800 |
commit | fea4abe706648425ba0ea8f3fa7e973bc0318a61 (patch) | |
tree | da6192106fc167b6f8b97e2128e9ce0c2f0a5f96 /FrontEnd/package.json | |
parent | 15d09a1f45e437c7eea12f7f9f9cf5888a89676f (diff) | |
parent | 02046b1955f3e329ee28a3b05d3109b60964f38f (diff) | |
download | timeline-fea4abe706648425ba0ea8f3fa7e973bc0318a61.tar.gz timeline-fea4abe706648425ba0ea8f3fa7e973bc0318a61.tar.bz2 timeline-fea4abe706648425ba0ea8f3fa7e973bc0318a61.zip |
Merge pull request #493 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.8.15
build(deps): Bump react-i18next from 11.8.14 to 11.8.15 in /FrontEnd
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 3b8d30cd..fb42bccd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.14",
+ "react-i18next": "^11.8.15",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|