Skip to content

Commit

Permalink
fix: bump @hono/vite-dev-server (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Feb 29, 2024
1 parent 3e79f0a commit e064988
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@hono/vite-dev-server": "^0.8.0"
"@hono/vite-dev-server": "^0.8.1"
},
"peerDependencies": {
"hono": ">=4.*"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 867A0D3456173711-21824a9074ae2131-5466B45FB19DC496-d6946133587cbf69
# bun ./bun.lockb --hash: 7AE570D77A0DFE36-5d03feb95b4ac9f0-5C1AD3E2C81976AA-5dcf7ec359e186c0


"@aashutoshrathi/word-wrap@^1.2.3":
Expand Down Expand Up @@ -308,17 +308,17 @@
eslint-plugin-import "^2.29.0"
eslint-plugin-node "^11.1.0"

"@hono/node-server@^1.8.1":
version "1.8.1"
resolved "https://registry.npmjs.org/@hono/node-server/-/node-server-1.8.1.tgz"
integrity sha512-9ondWs/5EuyZOd/iyiRp0GQfMEq+IA+IbV8Wy2bgdr5+cC55I3xbQrqtXKprw7jJhfvq3IVw7ALiuvCEmLdCAA==
"@hono/node-server@^1.8.2":
version "1.8.2"
resolved "https://registry.npmjs.org/@hono/node-server/-/node-server-1.8.2.tgz"
integrity sha512-h8l2TBLCPHZBUrrkosZ6L5CpBLj6zdESyF4B+zngiCDF7aZFQJ0alVbLx7jn8PCVi9EyoFf8a4hOZFi1tD95EA==

"@hono/vite-dev-server@^0.8.0":
version "0.8.0"
resolved "https://registry.npmjs.org/@hono/vite-dev-server/-/vite-dev-server-0.8.0.tgz"
integrity sha512-U9owUREiv4H0Mx4DI9z4I6Oxy5o/Y7DyTXVt1lrn97uu+76cSzgOUNI8NqXLZeFVVXNL+edrPXQr1ee1kTmwIw==
"@hono/vite-dev-server@^0.8.1":
version "0.8.1"
resolved "https://registry.npmjs.org/@hono/vite-dev-server/-/vite-dev-server-0.8.1.tgz"
integrity sha512-jwZS2K4r2d7T6+t7aemhn6+ROcggej/UCHF2/UUnbmZUl6DpXP+e1v9nf30x976nvn6FcxlUPhxjhLBdKPsMzg==
dependencies:
"@hono/node-server" "^1.8.1"
"@hono/node-server" "^1.8.2"
miniflare "^3.20231218.2"
minimatch "^9.0.3"

Expand Down

0 comments on commit e064988

Please sign in to comment.