Skip to content

Commit a09f810

Browse files
committed
Fix dependencies
1 parent b76e0fd commit a09f810

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"url": "https://github.com/carlosrocha/react-data-components"
2424
},
2525
"peerDependencies": {
26-
"react": "^15.1.0",
27-
"react-dom": "^15.1.0"
26+
"react": "^0.14.0 || ^15.0.0-0",
27+
"react-dom": "^0.14.0 || ^15.0.0-0"
2828
},
2929
"dependencies": {
3030
"lodash.some": "^4.4.0",
@@ -44,7 +44,9 @@
4444
"eslint-plugin-react": "^5.2.2",
4545
"flux": "^2.1.1",
4646
"jest": "^13.0.0",
47+
"react": "^15.1.0",
4748
"react-addons-test-utils": "^15.1.0",
49+
"react-dom": "^15.1.0",
4850
"rimraf": "^2.4.3",
4951
"webpack": "^1.13.1",
5052
"webpack-dev-server": "^1.14.1"

0 commit comments

Comments
 (0)