Updated Next.js Template to use latest version of Next.js and React (#5358)

This commit is contained in:
Leo Lamprecht
2020-11-01 17:13:16 +01:00
committed by GitHub
parent 16060a71a9
commit efda4ab6b9

View File

@@ -8,8 +8,8 @@
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"next": "9.5.4", "next": "10.0.0",
"react": "16.13.1", "react": "17.0.1",
"react-dom": "16.13.1" "react-dom": "17.0.1"
} }
} }