Skip to content

Commit

Permalink
fix(dependencies): set correct hono versions
Browse files Browse the repository at this point in the history
Add `hono` as a dependency of `create-pylon` because it is required as
a peer dependency of `pylon-telemetry`.

Also set the version to `^4` to be more flexible, as the final version
of `hono` is set by `pylon`.

closes #56
  • Loading branch information
schettn committed Dec 11, 2024
1 parent 6ce4179 commit 625fc45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/create-pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
},
"homepage": "https://pylon.cronit.io",
"dependencies": {
"@getcronit/pylon-telemetry": "^1.0.0",
"@inquirer/prompts": "^5.4.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
"@getcronit/pylon-telemetry": "^1.0.0"
"hono": "^4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pylon-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://pylon.cronit.io/docs/telemetry",
"peerDependencies": {
"hono": "^4.6.1"
"hono": "^4"
},
"engines": {
"node": ">=18.0.0"
Expand Down

1 comment on commit 625fc45

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for pylon-docs ready!

✅ Preview
https://pylon-docs-bppx70vof-schettns-projects.vercel.app

Built with commit 625fc45.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.