7nohe / openapi-react-query-codegen

OpenAPI React Query Codegen is a code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.
https://openapi-react-query-codegen.vercel.app
MIT License
308 stars 31 forks source link

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

Closed ali4heydari closed 3 months ago

ali4heydari commented 4 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.