From 95faf0217b9a7c3f65a7efc22dcbbd90ab0eb74e Mon Sep 17 00:00:00 2001 From: Michele Bertoli Date: Wed, 27 Apr 2016 09:26:36 +0100 Subject: [PATCH] upgrade to react 15.0.1 and jest 12.0.0 - closes #46 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index caf846c..8ba55c4 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": [ @@ -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" } }