We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aadb1 commit 95faf02Copy full SHA for 95faf02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-gmaps",
3
- "version": "1.4.4",
+ "version": "1.5.0",
4
"description": "A Google Maps component for React.js",
5
"main": "dist/index.js",
6
"scripts": {
@@ -35,10 +35,10 @@
35
"eslint": "^1.1.0",
36
"eslint-plugin-react": "^3.2.1",
37
"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"
+ "jest-cli": "^12.0.0",
+ "react": "^15.0.1",
+ "react-addons-test-utils": "^15.0.1",
+ "react-dom": "^15.0.1"
42
},
43
"jest": {
44
"testPathDirs": [
@@ -56,7 +56,7 @@
56
"object-assign": "^4.0.1"
57
58
"peerDependencies": {
59
60
61
}
62
0 commit comments