Skip to content

Commit

Permalink
Add missing prop-types dep
Browse files Browse the repository at this point in the history
Fixes #6438
  • Loading branch information
mjackson committed Nov 1, 2018
1 parent 46a39c9 commit 1ce99df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 139 deletions.
144 changes: 8 additions & 136 deletions packages/react-router-dom/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Expand Up @@ -46,7 +46,7 @@
"@babel/runtime": "^7.1.2",
"history": "^4.8.0-beta.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.1",
"prop-types": "^15.6.2",
"react-router": "^4.4.0-beta.5",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/react-router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-router/package.json
Expand Up @@ -45,6 +45,7 @@
"hoist-non-react-statics": "^2.5.0",
"loose-envify": "^1.3.1",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.2",
"react-is": "^16.5.2",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
Expand All @@ -65,7 +66,6 @@
"eslint-plugin-react": "^7.9.1",
"jest": "^23.6.0",
"jest-circus": "^23.6.0",
"prop-types": "^15.6.2",
"raf": "^3.4.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
Expand Down

0 comments on commit 1ce99df

Please sign in to comment.