Skip to content

Commit

Permalink
[Core] Update dependencies and peerDependencies for React 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Apr 12, 2016
1 parent 8962f2f commit fe15e34
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.15.0-alpha.2",
"version": "0.15.0-beta.1",
"description": "Material Design UI components built with React",
"main": "./src/index.js",
"keywords": [
Expand Down Expand Up @@ -39,21 +39,21 @@
"test:unit:coverage": "babel-node node_modules/.bin/isparta cover --report lcovonly --include-all-sources --dir test/coverage/unit test/unit.js"
},
"peerDependencies": {
"react": "^15.0.1 || ^0.14.0",
"react-dom": "^15.0.1 || ^0.14.0",
"react-tap-event-plugin": "^1.0.0 || ^0.2.0"
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^1.0.0"
},
"dependencies": {
"inline-style-prefixer": "^1.0.2",
"keycode": "^2.1.0",
"lodash.flowright": "^3.2.1",
"lodash.merge": "^4.1.0",
"lodash.throttle": "^4.0.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-addons-create-fragment": "^15.0.0",
"react-addons-transition-group": "^15.0.0",
"react-addons-update": "^15.0.0",
"react-event-listener": "^0.1.1",
"recompose": "^0.15.0",
"recompose": "^0.17.0",
"simple-assign": "^0.1.0",
"warning": "^2.1.0"
},
Expand Down Expand Up @@ -98,9 +98,9 @@
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"phantomjs-prebuilt": "^2.1.6",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^1.0.0",
"recursive-readdir-sync": "^1.0.6",
Expand Down

0 comments on commit fe15e34

Please sign in to comment.