Skip to content

Commit

Permalink
remove dead dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 10, 2021
1 parent 6635cdf commit 2056f89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/grid/data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"dependencies": {
"@material-ui/utils": "^5.0.0-alpha.14",
"prop-types": "^15.7.2",
"reselect": "^4.0.0",
"tslib": "^2.0.0"
"reselect": "^4.0.0"
},
"peerDependencies": {
"@material-ui/core": "^4.9.12",
Expand Down
3 changes: 1 addition & 2 deletions packages/grid/x-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"@material-ui/utils": "^5.0.0-alpha.14",
"@material-ui/x-license": "^4.0.0-alpha.15",
"prop-types": "^15.7.2",
"reselect": "^4.0.0",
"tslib": "^2.0.0"
"reselect": "^4.0.0"
},
"peerDependencies": {
"@material-ui/core": "^4.9.12",
Expand Down
3 changes: 0 additions & 3 deletions packages/x-grid-data-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"esm": "^3.2.25",
"lru-cache": "^6.0.0"
},
"devDependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
Expand Down

0 comments on commit 2056f89

Please sign in to comment.