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

@@ -10,9 +10,9 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"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",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
}