diff options
author | crupest <crupest@outlook.com> | 2021-09-23 22:12:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 22:12:13 +0800 |
commit | 7d44d810229fb61213e9a21863a11b9a4c82576c (patch) | |
tree | 967024c4cbe9ac0102a9bbfcaf11025afc291194 | |
parent | 5cf4055cf170dfbef4fbbfa23b79aab8f0a2f5f7 (diff) | |
parent | d462220629fcfe02d9cd4e63ba92d14b7d6dda81 (diff) | |
download | timeline-7d44d810229fb61213e9a21863a11b9a4c82576c.tar.gz timeline-7d44d810229fb61213e9a21863a11b9a4c82576c.tar.bz2 timeline-7d44d810229fb61213e9a21863a11b9a4c82576c.zip |
Merge pull request #836 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-router-dom-5.3.0
-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 e3cce7b6..5ff15b81 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
"@types/react-router": "^5.1.16",
- "@types/react-router-dom": "^5.1.9",
+ "@types/react-router-dom": "^5.3.0",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.31.2",
|