diff options
| author | 2020-12-30 16:50:51 +0000 | |
|---|---|---|
| committer | 2020-12-30 16:50:51 +0000 | |
| commit | 235dc00cadf8612980f858a5907046fd1d44679b (patch) | |
| tree | e7a0986975720b270edb325f49affcf273a4e96f /package.json | |
| parent | Merge pull request #63 from python-discord/renovate/eslint-plugin-react-7.x (diff) | |
Update dependency @types/react-router-dom to v5.1.7
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fc5ea5b..da43250 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/node": "14.14.16", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", - "@types/react-router-dom": "5.1.6", + "@types/react-router-dom": "5.1.7", "@types/react-transition-group": "4.4.0", "@typescript-eslint/eslint-plugin": "4.11.1", "@typescript-eslint/parser": "4.11.1", |