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

Commit 224735f

Browse files
committed
Merge pull request #2 from rocjs/feature/react-15
React 15 - Updated to latest version of React
2 parents 9e161f6 + 1bc8bb3 commit 224735f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/roc-plugin-react-dev/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"babel-preset-react": "~6.3.13",
2727
"react-transform-catch-errors": "~1.0.2",
2828
"react-transform-hmr": "~1.0.2",
29-
"redbox-react": "~1.1.0",
30-
"react": "~0.14.0"
29+
"redbox-react": "~1.2.3"
3130
},
3231
"devDependencies": {
3332
"babel-eslint": "~5.0.0",

packages/roc-plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"url": "https://github.com/rocjs/roc-plugin-react"
2222
},
2323
"dependencies": {
24-
"react": "~0.14.0",
25-
"react-dom": "~0.14.0"
24+
"react": "~15.0.1",
25+
"react-dom": "~15.0.1"
2626
},
2727
"devDependencies": {
2828
"babel-eslint": "~5.0.0",

0 commit comments

Comments
 (0)