Skip to content

Commit

Permalink
bump up Hono
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jun 29, 2023
1 parent b289275 commit 744e01f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
}
}
2 changes: 1 addition & 1 deletion templates/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"npm-run-all": "^4.1.5"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
}
}
2 changes: 1 addition & 1 deletion templates/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
},
"devDependencies": {
"bun-types": "^0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"deploy": "wrangler pages deploy ./pages"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/deno/hello.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { serve } from 'https://deno.land/[email protected]/http/server.ts'
import { Hono } from 'https://deno.land/x/[email protected].6/mod.ts'
import { Hono } from 'https://deno.land/x/[email protected].7/mod.ts'

const app = new Hono()

Expand Down
2 changes: 1 addition & 1 deletion templates/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@fastly/js-compute": "^2.4.0",
"hono": "^3.2.6"
"hono": "^3.2.7"
}
}
2 changes: 1 addition & 1 deletion templates/lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"dev": "lagon dev src/index.ts"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
}
}
2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "next lint"
},
"dependencies": {
"hono": "^3.2.6",
"hono": "^3.2.7",
"next": "^13.4.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"@hono/node-server": "^1.0.1",
"hono": "^3.2.6"
"hono": "^3.2.7"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"deploy": "vercel"
},
"dependencies": {
"hono": "^3.2.6"
"hono": "^3.2.7"
},
"devDependencies": {
"vercel": "^29.1.1"
Expand Down

0 comments on commit 744e01f

Please sign in to comment.