Skip to content

Commit

Permalink
chore: upgrade hono
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 12, 2024
1 parent fa26090 commit 373cbc2
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion create-farc/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"bun": "latest",
"farc": "main",
"hono": "^3.12.8"
"hono": "^4"
},
"devDependencies": {
"@types/bun": "latest"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example/package.json → examples/_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"farc": "workspace:*",
"hono": "^3.12.8"
"hono": "^4"
},
"devDependencies": {
"@types/bun": "latest"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"workspaces": ["create-farc", "example", "src"],
"workspaces": ["create-farc", "examples/*", "src"],
"scripts": {
"dev": "bun run --hot ./example/src/index.tsx",
"dev": "bun run --hot ./examples/_dev/src/index.tsx",
"build": "bun run clean && bun run build:farc && bun run build:create-farc",
"build:farc": "tsc --project ./tsconfig.build.json",
"build:create-farc": "rimraf create-farc/_lib && tsc -p create-farc/tsconfig.build.json",
Expand All @@ -22,7 +22,7 @@
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@vitest/coverage-v8": "^1.2.2",
"hono": "^3.12.8",
"hono": "^4",
"rimraf": "^5.0.5",
"typed-htmx": "^0.2.1",
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
".": "./_lib/index.js"
},
"peerDependencies": {
"hono": "^3"
"hono": "^4"
},
"dependencies": {
"@farcaster/core": "^0.13.7",
Expand Down

0 comments on commit 373cbc2

Please sign in to comment.