Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update dependency @types/react-router-dom to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 22, 2020
1 parent 9589cf3 commit 6aa0901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "9.3.0",
"@types/react": "16.0.36",
"@types/react-dom": "16.0.3",
"@types/react-router-dom": "4.2.3",
"@types/react-router-dom": "5.1.5",
"eslint-plugin-prettier": "2.6.0",
"husky": "0.14.3",
"lint-staged": "6.1.0",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"@types/node" "*"
"@types/react" "*"

"@types/react-router-dom@4.2.3":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-4.2.3.tgz#06e0b67ff536adc0681dffdbe592ae91fb85887d"
"@types/react-router-dom@5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.5.tgz#7c334a2ea785dbad2b2dcdd83d2cf3d9973da090"
integrity sha512-ArBM4B1g3BWLGbaGvwBGO75GNFbLDUthrDojV2vHLih/Tq8M+tgvY1DSwkuNrPSwdp/GUL93WSEpTZs8nVyJLw==
dependencies:
"@types/history" "*"
"@types/react" "*"
Expand Down

0 comments on commit 6aa0901

Please sign in to comment.