diff options
author | 2022-08-28 21:51:24 -0700 | |
---|---|---|
committer | 2022-08-28 21:51:24 -0700 | |
commit | 1c492e279103e9a968745a8976836ec408760921 (patch) | |
tree | e6d6f5df330e02dc31832dc867d9853fd17a14ed | |
parent | d7dbe6f3297c0e79eb5bb44ec37d9a04b7cd2946 (diff) | |
download | bun-1c492e279103e9a968745a8976836ec408760921.tar.gz bun-1c492e279103e9a968745a8976836ec408760921.tar.zst bun-1c492e279103e9a968745a8976836ec408760921.zip |
Update package.json
-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" |