Skip to content

Commit

Permalink
chore: bump hono and @hono/vite-dev-server (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Feb 20, 2024
1 parent 2fa5003 commit 70080cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@hono/vite-dev-server": "^0.6.1"
"@hono/vite-dev-server": "^0.7.0"
},
"peerDependencies": {
"hono": ">=4.*"
Expand All @@ -113,7 +113,7 @@
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"hono": "^4.0.3",
"hono": "^4.0.5",
"np": "7.7.0",
"prettier": "^3.1.1",
"publint": "^0.2.7",
Expand Down
17 changes: 11 additions & 6 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: 770111A452263362-26e2d9f95814200a-A8C1C829C2874F1F-9d82c7fab3c25b33
# bun ./bun.lockb --hash: 3A7A6A3D5ED31ADA-bf51435ceb080f51-A5279B751C512A86-fa4d55262a3b0256


"@aashutoshrathi/word-wrap@^1.2.3":
Expand Down Expand Up @@ -313,10 +313,10 @@
resolved "https://registry.npmjs.org/@hono/node-server/-/node-server-1.8.1.tgz"
integrity sha512-9ondWs/5EuyZOd/iyiRp0GQfMEq+IA+IbV8Wy2bgdr5+cC55I3xbQrqtXKprw7jJhfvq3IVw7ALiuvCEmLdCAA==

"@hono/vite-dev-server@^0.6.1":
version "0.6.1"
resolved "https://registry.npmjs.org/@hono/vite-dev-server/-/vite-dev-server-0.6.1.tgz"
integrity sha512-x3CwNfn2hPXkkHzdInYf/5NGb5u7Amg2OVcnEqIvocbs1zxib5yBjbQn9+e6N5L21+LkXkd2KuqsGvRZy8/AUQ==
"@hono/vite-dev-server@^0.7.0":
version "0.7.0"
resolved "https://registry.npmjs.org/@hono/vite-dev-server/-/vite-dev-server-0.7.0.tgz"
integrity sha512-NFcBuyklOammhiExJUYvTfzoU9Mzv4F7ddUCjTe9hy37/AHGZXoksZaBWFl2fRSPVZaPvmX9eiRLBMIrML2iYw==
dependencies:
"@hono/node-server" "^1.8.1"
miniflare "^3.20231218.2"
Expand Down Expand Up @@ -2613,11 +2613,16 @@ hast-util-whitespace@^3.0.0:
dependencies:
"@types/hast" "^3.0.0"

hono@*, hono@>=4.*, hono@^4.0.3:
hono@*, hono@>=4.*:
version "4.0.3"
resolved "https://registry.npmjs.org/hono/-/hono-4.0.3.tgz"
integrity sha512-LLZFvqiksAO6Hf080XCUbsEjRxIrqEoiIN1HUzL0xtYP+BZUxGfeWg8yB5Dvp/sI7T0Lt4XdtGTGLwpIzAsl8w==

hono@^4.0.5:
version "4.0.5"
resolved "https://registry.npmjs.org/hono/-/hono-4.0.5.tgz"
integrity sha512-6LEGL1Pf3+dLjVA0NJxAB/3FJ6S3W5qxd/XOG7Wl9YOrpMRZT9lt83R4Ojs8dO6GbAUSutI7zTyjStnSn9sbEg==

hosted-git-info@^2.1.4:
version "2.8.9"
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz"
Expand Down

0 comments on commit 70080cc

Please sign in to comment.