openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
550 stars 67 forks source link

chore(deps): bump deps and regenerate package-lock.json with NPM 8 #103

Closed nponeccop closed 2 years ago

nponeccop commented 2 years ago

There was an inconsistency between openapi-axios-client and typegen: one package-lock json was v1 while the other was 2.x. Now they are both v2.

Also, I updated everything that can be updated without breaking tests, compilation and linting.

anttiviljami commented 2 years ago

Thanks @nponeccop ! 👍