Skip to content

Commit 4e2447a

Browse files
Evgueni Navernioukclaydiffrient
Evgueni Naverniouk
authored andcommittedApr 9, 2016
[changed] Updated to add support for React 15 (#152)
This commit updates both the peerDependencies and the devDependencies such that they will use React 15
1 parent 0d4e600 commit 4e2447a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"karma-mocha": "0.2.0",
3535
"karma-safari-launcher": "^0.1.1",
3636
"mocha": "2.3.3",
37-
"react": "^0.14.0",
38-
"react-addons-test-utils": "^0.14.0",
39-
"react-dom": "^0.14.0",
37+
"react": "^15.0.0",
38+
"react-addons-test-utils": "^15.0.0",
39+
"react-dom": "^15.0.0",
4040
"reactify": "^1.1.1",
4141
"rf-release": "0.4.0",
4242
"sinon": "^1.17.3",
@@ -50,7 +50,7 @@
5050
"lodash.assign": "^3.2.0"
5151
},
5252
"peerDependencies": {
53-
"react": "^0.14.0"
53+
"react": "^0.14.0 || ^15.0.0-0"
5454
},
5555
"tags": [
5656
"react",

0 commit comments

Comments
 (0)