Skip to content

Mismatch between required packages in docs and package.json #148

@alpheusmtx

Description

@alpheusmtx

The following packages are currently listed as peer dependencies:

  • @standard-community/standard-json
  • @standard-community/standard-openapi
  • @types/json-schema
  • openapi-types

But according to the documentation, only the following packages are required to be installed:

  • hono-openapi
  • @hono/standard-validator

Therefore, the following action could be done to fix it:

  • Move the additional peer dependencies into the dependencies field, or
  • Update the documentation to clearly state that these packages also need to be installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions