aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hello-next/bun-framework-next/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/hello-next/bun-framework-next/package.json b/examples/hello-next/bun-framework-next/package.json
index 21db31840..b0bf59303 100644
--- a/examples/hello-next/bun-framework-next/package.json
+++ b/examples/hello-next/bun-framework-next/package.json
@@ -1,6 +1,6 @@
{
"name": "bun-framework-next",
- "version": "0.0.0-15",
+ "version": "0.0.0-16",
"description": "",
"framework": {
"displayName": "Next.js",
@@ -77,6 +77,7 @@
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
- "path-browserify": "^1.0.1"
+ "path-browserify": "^1.0.1",
+ "react-is": "^17.0.2"
}
}