Skip to content

Commit 3cc3e3b

Browse files
committed
Update React and unfetch
- Get rid of message about Next 11
1 parent 36db220 commit 3cc3e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/with-zeit-fetch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@vercel/fetch": "6.1.0",
1111
"next": "latest",
1212
"node-fetch": "2.6.1",
13-
"react": "^16.8.4",
14-
"react-dom": "^16.8.4",
15-
"unfetch": "4.1.0"
13+
"react": "17.0.1",
14+
"react-dom": "17.0.1",
15+
"unfetch": "4.2.0"
1616
},
1717
"license": "MIT"
1818
}

0 commit comments

Comments
 (0)