openapi-contrib / json-schema-to-openapi-schema

Due to the OpenAPI v3.0 and JSON Schema discrepancy, you can use this JS library to convert JSON Schema objects to OpenAPI Schema.
https://www.npmjs.com/package/@openapi-contrib/json-schema-to-openapi-schema
MIT License
111 stars 16 forks source link

Bumped a bunch of dependencies #20

Closed philsturgeon closed 3 years ago

philsturgeon commented 3 years ago

Fixes #19.

@p0lip I don't think the breaking change in json-ref-resolver v3.x will make much of a difference to json-schema-to-openapi-schema right?

P0lip commented 3 years ago

@philsturgeon right, it'll make no difference to json-schema-to-openapi-schema

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

bezzers commented 3 years ago

Good stuff