Skip to content

Commit aa372c0

Browse files
authored
keep next version as latest and depend on react@^16.0.0.0
1 parent 752dc9a commit aa372c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/with-apollo-and-redux/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"dependencies": {
1010
"graphql": "^0.9.3",
1111
"isomorphic-fetch": "^2.2.1",
12-
"next": "^4",
12+
"next": "latest",
1313
"prop-types": "^15.5.8",
14-
"react": "^16",
14+
"react": "^16.0.0",
1515
"react-apollo": "^1.1.3",
16-
"react-dom": "^16",
16+
"react-dom": "^16.0.0",
1717
"redux": "^3.6.0"
1818
},
1919
"author": "",

0 commit comments

Comments
 (0)