Update to Next.js 13 (#870)

This commit is contained in:
Catalin Pinte
2022-12-21 17:51:55 +02:00
committed by GitHub
parent 6d783eae35
commit 4efa502666
60 changed files with 895 additions and 460 deletions

View File

@@ -55,7 +55,7 @@
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"next": "^12",
"next": "^13",
"react": "^18",
"react-dom": "^18"
},
@@ -71,7 +71,7 @@
"@types/node": "^17.0.8",
"@types/react": "^18.0.14",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"next": "^13.0.6",
"prettier": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",