diff options
-rw-r--r-- | packages/bun-framework-next/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 60aff1a21..a1b035391 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,6 +1,6 @@ { "name": "bun-framework-next", - "version": "12.2.3", + "version": "12.2.4", "main": "empty.js", "repository": "https://github.com/oven-sh/bun", "module": "empty.js", @@ -14,7 +14,7 @@ }, "license": "MIT", "dependencies": { - "react-is": "^18" + "react-is": "*" }, "peerDependencies": { "next": "~12.2.3" |