Skip to content

Commit

Permalink
upgrade to react 15.0.1 and jest 12.0.0 - closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Apr 27, 2016
1 parent 61aadb1 commit 95faf02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gmaps",
"version": "1.4.4",
"version": "1.5.0",
"description": "A Google Maps component for React.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.1",
"express": "^4.11.2",
"jest-cli": "^0.7.0",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2"
"jest-cli": "^12.0.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1"
},
"jest": {
"testPathDirs": [
Expand All @@ -56,7 +56,7 @@
"object-assign": "^4.0.1"
},
"peerDependencies": {
"react": "^0.14.2",
"react-dom": "^0.14.2"
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}

0 comments on commit 95faf02

Please sign in to comment.