Skip to content

Commit

Permalink
chore(proxy): update server proxy nextjs 15 peer dependency (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti authored Nov 5, 2024
1 parent cd298d1 commit 5a1d115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 5a1d115

Please sign in to comment.