Update next/react versions (#41)

This commit is contained in:
JJ Kasper
2021-07-19 13:32:43 -05:00
committed by GitHub
parent 20fa19b5fe
commit c1abbdb54c
11 changed files with 34 additions and 33 deletions

View File

@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}