Skip to content

Commit

Permalink
Update devDependencies for React 15.x too
Browse files Browse the repository at this point in the history
  • Loading branch information
oz committed Apr 12, 2016
1 parent 9a54e26 commit d657517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"react2html": "./dist/service.js"
},
"devDependencies": {
"react-addons-test-utils": "^15.0.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.3.4",
"react-addons-test-utils": "^0.14.3",
"enzyme": "^1.1.0",
"enzyme": "^2.2.0",
"chai": "^3.4.1"
}
}

0 comments on commit d657517

Please sign in to comment.