Skip to content

Commit

Permalink
Revert "build(deps): bump hono from 3.5.6 to 3.11.7 (#4608)" (#4846)
Browse files Browse the repository at this point in the history
This reverts commit 14e64e9.

This bump to the Hono library broke playground-preview-worker tests,
which were not run on the PR.
  • Loading branch information
petebacondarwin authored Jan 26, 2024
1 parent 1039612 commit 6bfd267
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/playground-preview-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"hono": "^3.11.7",
"hono": "^3.3.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-r2-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@hono/zod-validator": "^0.1.8",
"hono": "^3.11.7",
"hono": "^3.5.6",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"csstype": "^3.1.2",
"es-module-lexer": "^1.3.0",
"glob-to-regexp": "^0.4.1",
"hono": "^3.11.7",
"hono": "^3.3.2",
"lz-string": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 6bfd267

Please sign in to comment.