Skip to content

Commit b0f4d7e

Browse files
author
Malte Wessel
committed
updated dependencies
1 parent a06d440 commit b0f4d7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060
"karma-sourcemap-loader": "^0.3.6",
6161
"karma-webpack": "^1.6.0",
6262
"mocha": "^2.2.5",
63-
"react": "^0.14.3",
64-
"react-addons-test-utils": "^0.14.0 || ^15.0.0-0",
65-
"react-dom": "^0.14.3",
63+
"react": "^0.14.0 || ^15.0.0",
64+
"react-addons-test-utils": "^0.14.0 || ^15.0.0",
65+
"react-dom": "^0.14.0 || ^15.0.0",
6666
"rimraf": "^2.3.4",
6767
"simulant": "^0.2.2",
6868
"webpack": "^1.9.6",
6969
"webpack-dev-server": "^1.8.2"
7070
},
7171
"peerDependencies": {
72-
"react": "^0.14.0 || ^15.0.0-0",
73-
"react-dom": "^0.14.0 || ^15.0.0-0"
72+
"react": "^0.14.0 || ^15.0.0",
73+
"react-dom": "^0.14.0 || ^15.0.0"
7474
},
7575
"dependencies": {
7676
"dom-css": "^2.0.0",

0 commit comments

Comments
 (0)