Skip to content

Commit

Permalink
add missing reselect dep (mui#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed Nov 9, 2020
1 parent daa7735 commit 495372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"dependencies": {
"@material-ui/utils": "^5.0.0-alpha.14",
"prop-types": "^15.7.2",
"reselect": "^4.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/grid/x-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@material-ui/utils": "^5.0.0-alpha.14",
"@material-ui/x-license": "^4.0.0-alpha.8",
"prop-types": "^15.7.2",
"reselect": "^4.0.0",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 495372a

Please sign in to comment.