Skip to content

Commit 47d3cfd

Browse files
authoredOct 17, 2017
Upgrade React for all examples (vercel#3113)
1 parent 43b5626 commit 47d3cfd

File tree

54 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+110
-110
lines changed
 

‎examples/basic-css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"next": "latest",
11-
"react": "^15.4.2",
12-
"react-dom": "^15.4.2"
11+
"react": "^16.0.0",
12+
"react-dom": "^16.0.0"
1313
},
1414
"license": "ISC"
1515
}

‎examples/custom-server-express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"express": "^4.14.0",
1111
"next": "latest",
12-
"react": "^15.4.2",
13-
"react-dom": "^15.4.2"
12+
"react": "^16.0.0",
13+
"react-dom": "^16.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)
Please sign in to comment.