Skip to content

Commit dccf578

Browse files
committed
Force react 15.1.0 on devDependencies
1 parent 570ae4e commit dccf578

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"mocha-sinon": "^1.1.4",
5454
"normalize.css": "^3.0.3",
5555
"npm": "^3.5.0",
56-
"react": "^0.14.8 || ^15.1.0",
57-
"react-addons-test-utils": "^0.14.0",
56+
"react": "^15.1.0",
57+
"react-addons-test-utils": "^15.1.0",
5858
"react-context": "0.0.3",
59-
"react-dom": "^0.14.3",
59+
"react-dom": "^15.1.0",
6060
"react-hot-loader": "^1.2.5",
6161
"react-map-styles": "git://github.com/casesandberg/react-map-styles",
6262
"remarkable": "^1.6.0",
@@ -69,7 +69,9 @@
6969
"webpack-dev-server": "^1.8.2"
7070
},
7171
"peerDependencies": {
72-
"react": "^0.14.8 || ^15.1.0"
72+
"react": "^0.14.8 || ^15.1.0",
73+
"react-dom": "^0.14.8 || ^15.1.0",
74+
"react-addons-test-utils": "^0.14.8 || ^15.1.0"
7375
},
7476
"scripts": {
7577
"test": "npm run unit-test",

0 commit comments

Comments
 (0)