Skip to content

Commit

Permalink
chore: hono version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Mar 8, 2024
1 parent 4871ff2 commit c1097b6
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 55 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,13 @@
"bun": "^1.0.28",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"hono": "^4",
"hono": "^4.0.9",
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.15.3",
"pnpm": {
"overrides": {
"hono": "4.0.9"
}
}
"packageManager": "pnpm@8.15.3"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"frog": "workspace:*",
"hono": "^4"
"hono": "^4.0.9"
}
}
99 changes: 62 additions & 37 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"deploy": "vercel"
},
"dependencies": {
"hono": "^4",
"hono": "^4.0.9",
"viem": "^2.7.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion services/frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"frog": "latest",
"hono": "^4"
"hono": "^4.0.9"
},
"devDependencies": {
"@hono/node-server": "^1",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"peerDependencies": {
"hono": "^4",
"hono": "^4.0.9",
"typescript": ">=5.0.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion templates/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "bun run src/index.tsx"
},
"dependencies": {
"hono": "^4",
"hono": "^4.0.9",
"frog": "latest"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"frog": "latest",
"hono": "^4"
"hono": "^4.0.9"
},
"devDependencies": {
"wrangler": "latest"
Expand Down
2 changes: 1 addition & 1 deletion templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@hono/node-server": "latest",
"frog": "latest",
"hono": "^4"
"hono": "^4.0.9"
},
"devDependencies": {
"typescript": "latest"
Expand Down
2 changes: 1 addition & 1 deletion templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"frog": "latest",
"hono": "^4",
"hono": "^4.0.9",
"react": "^18",
"react-dom": "^18",
"next": "14.1.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@hono/node-server": "^1",
"hono": "^4",
"frog": "latest"
"frog": "latest",
"hono": "^4.0.9"
},
"devDependencies": {
"@types/node": "^20.11.17",
Expand Down
2 changes: 1 addition & 1 deletion templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"frog": "latest",
"hono": "^4"
"hono": "^4.0.9"
},
"devDependencies": {
"tsx": "^4.7.1",
Expand Down

0 comments on commit c1097b6

Please sign in to comment.