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 | 6dcc3f7c647c91883db9fe35dd21c29abf58b084 (patch) | |
tree | 04e2c863991a21e74d4b0a45b1c46228655eac52 | |
parent | f5f3a64057309423e6c5e2207009672c3169fed1 (diff) | |
parent | 713924cd3ac1816e87d2717b33d08c2470134740 (diff) | |
download | timeline-6dcc3f7c647c91883db9fe35dd21c29abf58b084.tar.gz timeline-6dcc3f7c647c91883db9fe35dd21c29abf58b084.tar.bz2 timeline-6dcc3f7c647c91883db9fe35dd21c29abf58b084.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
-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",
|