chore(proxy): update server proxy nextjs 15 peer dependency (#100)

This commit is contained in:
Daniel Rochetti 2024-11-05 15:32:31 -08:00 committed by GitHub
parent cd298d15b7
commit 5a1d1158ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"name": "@fal-ai/server-proxy",
"description": "The fal.ai server proxy adapter for JavaScript and TypeScript Web frameworks",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
@ -51,9 +51,9 @@
"@sveltejs/kit": "^2.0.0",
"express": "^4.0.0",
"hono": "^4.0.0",
"next": "13.4 - 14",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"next": "13.4 - 14 || >=15.0.0-0",
"react": "^18.0.0 || >=19.0.0-0",
"react-dom": "^18.0.0 || >=19.0.0-0"
},
"peerDependenciesMeta": {
"@remix-run/dev": {