diff options
-rw-r--r-- | examples/hello-next/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-next/package.json b/examples/hello-next/package.json index e49602501..8a868628c 100644 --- a/examples/hello-next/package.json +++ b/examples/hello-next/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/standalone": "^7.15.3", "@types/react": "^17.0.19", - "bun-framework-next": "^0.0.0-18", + "bun-framework-next": "^0.0.0-21", "typescript": "^4.3.5" } } |