diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:07:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:07:06 +0800 |
commit | 9f0bc38479f33abdcd1df05fa561b7e95da155d1 (patch) | |
tree | 8deccd629768fe4f81681ad2009c7dde0ffbea05 | |
parent | 0488534c72a2c31a41656cd22068b45e31a49ee3 (diff) | |
parent | f2695c42d9fcaadff27dd4f16c18774a925cecc9 (diff) | |
download | timeline-9f0bc38479f33abdcd1df05fa561b7e95da155d1.tar.gz timeline-9f0bc38479f33abdcd1df05fa561b7e95da155d1.tar.bz2 timeline-9f0bc38479f33abdcd1df05fa561b7e95da155d1.zip |
Merge pull request #908 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-router-dom-5.3.2
build(deps-dev): Bump @types/react-router-dom from 5.3.0 to 5.3.2 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 49c0f3ad..ed73598c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.4",
"@types/react-router": "^5.1.17",
- "@types/react-router-dom": "^5.3.0",
+ "@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
|