fix: nextjs 16 support and web logging

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-10 19:40:36 +01:00
parent 720b56aba6
commit 7e38176422
2 changed files with 20 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
"@openpanel/web": "workspace:1.0.1-local"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},