fix(nextjs-sdk): ensure nextjs sdk runs on next 15 #81

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-16 21:38:47 +01:00
parent 13f0c29fe3
commit cc983b3f62
4 changed files with 9 additions and 7 deletions

View File

@@ -10,9 +10,9 @@
"@openpanel/web": "1.0.1-local"
},
"peerDependencies": {
"next": "^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": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.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"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",