7nohe / openapi-react-query-codegen

Node.js library that generates React Query (also called TanStack Query) hooks based on an OpenAPI specification file.
253 stars 25 forks source link

[Chore] specify packageManager and its version in package.json #132

Closed ali4heydari closed 1 month ago

ali4heydari commented 2 months ago

It seems pnpm-lock.yaml generated via pnpm version grater that 9 since there is lockfileVersion: '9.0' in its first line. It doesn't work with pnpm version lower than 9 so I added packageManager key to package.json. If you run corepack enable it will automatically use package manager from packageManager key.