Skip to content

Commit 95faf02

Browse files
upgrade to react 15.0.1 and jest 12.0.0 - closes #46
1 parent 61aadb1 commit 95faf02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gmaps",
3-
"version": "1.4.4",
3+
"version": "1.5.0",
44
"description": "A Google Maps component for React.js",
55
"main": "dist/index.js",
66
"scripts": {
@@ -35,10 +35,10 @@
3535
"eslint": "^1.1.0",
3636
"eslint-plugin-react": "^3.2.1",
3737
"express": "^4.11.2",
38-
"jest-cli": "^0.7.0",
39-
"react": "^0.14.2",
40-
"react-addons-test-utils": "^0.14.2",
41-
"react-dom": "^0.14.2"
38+
"jest-cli": "^12.0.0",
39+
"react": "^15.0.1",
40+
"react-addons-test-utils": "^15.0.1",
41+
"react-dom": "^15.0.1"
4242
},
4343
"jest": {
4444
"testPathDirs": [
@@ -56,7 +56,7 @@
5656
"object-assign": "^4.0.1"
5757
},
5858
"peerDependencies": {
59-
"react": "^0.14.2",
60-
"react-dom": "^0.14.2"
59+
"react": "^15.0.1",
60+
"react-dom": "^15.0.1"
6161
}
6262
}

0 commit comments

Comments
 (0)