Update all dependencies. (#56)

This commit is contained in:
Lee Robinson
2021-11-09 10:59:56 -06:00
committed by GitHub
parent 90fcf55666
commit 3a1387166d
19 changed files with 240 additions and 5104 deletions

View File

@@ -1,6 +1,4 @@
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
@@ -8,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "^11.0.0",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
}