Skip to content

Commit

Permalink
fix: add react-router dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent 2e23862 commit 0775b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integrations/react-router-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/react-router-dom": "^5.1.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
Expand All @@ -53,8 +54,6 @@
"@component-controls/ts-markdown-docs": "^2.6.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"path": "^0.12.7",
"react-helmet": "^6.1.0",
"typescript": "^4.0.5"
},
"publishConfig": {
Expand Down

0 comments on commit 0775b3b

Please sign in to comment.