Skip to content

Commit 2dd8216

Browse files
committed
Update to latest React version with hooks.
1 parent 975d5b2 commit 2dd8216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic-hook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"react": "16.7.0-alpha.2",
6+
"react": "16.8.0-alpha.0",
77
"react-async": "3.11.0",
8-
"react-dom": "16.7.0-alpha.2",
8+
"react-dom": "16.8.0-alpha.0",
99
"react-scripts": "2.1.2"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)