8000 [update example - with-apollo-and-redux] pin dependencies (#3130) · JavaScriptExpert/next.js@9b53d00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b53d00

Browse files
liweinan0423timneutkens
authored andcommitted
[update example - with-apollo-and-redux] pin dependencies (vercel#3130)
* update dependnecies * keep next version as `latest` and depend on `react@^16.0.0`
1 parent f7d2b96 commit 9b53d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"isomorphic-fetch": "^2.2.1",
1212
"next": "latest",
1313
"prop-types": "^15.5.8",
14-
"react": "^15.5.4",
14+
"react": "^16.0.0",
1515
"react-apollo": "^1.1.3",
16-
"react-dom": "^15.5.4",
16+
"react-dom": "^16.0.0",
1717
"redux": "^3.6.0"
1818
},
1919
"author": "",

0 commit comments

Comments
 (0)
0