Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from rocjs/feature/react-15
Browse files Browse the repository at this point in the history
React 15 - Updated to latest version of React
  • Loading branch information
andreasrs committed Apr 27, 2016
2 parents 9e161f6 + 1bc8bb3 commit 224735f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/roc-plugin-react-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"babel-preset-react": "~6.3.13",
"react-transform-catch-errors": "~1.0.2",
"react-transform-hmr": "~1.0.2",
"redbox-react": "~1.1.0",
"react": "~0.14.0"
"redbox-react": "~1.2.3"
},
"devDependencies": {
"babel-eslint": "~5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/roc-plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/rocjs/roc-plugin-react"
},
"dependencies": {
"react": "~0.14.0",
"react-dom": "~0.14.0"
"react": "~15.0.1",
"react-dom": "~15.0.1"
},
"devDependencies": {
"babel-eslint": "~5.0.0",
Expand Down

0 comments on commit 224735f

Please sign in to comment.