Skip to content

Commit

Permalink
Merge pull request mui#2111 from luisrudge/remove-peer-dependencies
Browse files Browse the repository at this point in the history
[npm] moving some peer dependencies to dependencies
  • Loading branch information
oliviertassinari committed Nov 9, 2015
2 parents 7233878 + ed062ff commit abfd6ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
8 changes: 1 addition & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@
"dependencies": {
"codemirror": "^5.5.0",
"history": "^1.11.1",
"react-addons-create-fragment": "^0.14.0",
"react-addons-perf": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.0",
"react-motion": "^0.3.1",
"react-swipeable-views": "^0.3.0",
"react-tap-event-plugin": "^0.2.0",
"inline-style-prefixer": "^0.3.3"
"react-swipeable-views": "^0.3.0"
},
"devDependencies": {
"raw-loader": "^0.5.1",
Expand Down
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"homepage": "http://material-ui.com/",
"dependencies": {
"inline-style-prefixer": "^0.3.3",
"lodash.throttle": "~3.0.4",
"lodash.debounce": "~3.1.1",
"warning": "^2.1.0"
},
"peerDependencies": {
"inline-style-prefixer": "^0.3.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0"
"react-addons-pure-render-mixin": "^0.14.0",
"warning": "^2.1.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel": "^5.4.3",
Expand All @@ -61,7 +61,6 @@
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"html-webpack-plugin": "^1.6.1",
"inline-style-prefixer": "^0.3.3",
"karma": "^0.13.3",
"karma-browserify": "^4.2.1",
"karma-chai-sinon": "^0.1.5",
Expand All @@ -73,14 +72,9 @@
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.2.8",
"react-router": "^1.0.0-rc1",
"react-tap-event-plugin": "^0.2.0",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.4.3",
"sinon": "^1.15.4",
Expand Down

0 comments on commit abfd6ae

Please sign in to comment.