Skip to content

Commit

Permalink
fix: react-router types for end-users
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent 55e473f commit 2e23862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/react-router-integration/package.json
Expand Up @@ -41,6 +41,8 @@
"@component-controls/routes": "^2.10.0",
"@component-controls/store": "^2.10.3",
"@component-controls/webpack-compile": "^2.10.3",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
Expand All @@ -51,8 +53,6 @@
"@component-controls/ts-markdown-docs": "^2.6.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"path": "^0.12.7",
"react-helmet": "^6.1.0",
"typescript": "^4.0.5"
Expand Down

0 comments on commit 2e23862

Please sign in to comment.