diff options
| -rw-r--r-- | packages/bun-framework-next/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index a62f80d53..60aff1a21 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -14,7 +14,7 @@ }, "license": "MIT", "dependencies": { - "react-is": "^17.0.2" + "react-is": "^18" }, "peerDependencies": { "next": "~12.2.3" |
