aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-02 01:04:03 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-02 01:04:03 -0700
commit47c660f2e1438d76682b59ae84592e7e03639878 (patch)
treed51185340b08b37b20b94bc09d36006a57a63469
parent4b7917ba8f5ee8e62b0e268d121b7fd30193b967 (diff)
downloadbun-47c660f2e1438d76682b59ae84592e7e03639878.tar.gz
bun-47c660f2e1438d76682b59ae84592e7e03639878.tar.zst
bun-47c660f2e1438d76682b59ae84592e7e03639878.zip
v0.0.0-16
Former-commit-id: 7c92af994d5de52ef758ac1747c8e3d65eb39658
-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"
}
}