Revert "wip build nextjs 13"

This reverts commit 48ff1004f3.
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-13 15:53:48 +01:00
parent 48ff1004f3
commit 84a734dd9b
4 changed files with 529 additions and 280 deletions

View File

@@ -12,9 +12,9 @@
"@openpanel/web": "workspace:*"
},
"peerDependencies": {
"next": "^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@openpanel/eslint-config": "workspace:*",