Skip to content

Commit

Permalink
fix bun example
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Dec 8, 2024
1 parent aeebbb7 commit 92c6ebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/bun/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"@react-router/dev": "^7.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down
1 change: 1 addition & 0 deletions examples/bun/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@hono/node-server": "^1.13.7",
"@react-router/dev": "^7.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92c6ebd

Please sign in to comment.