You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature is to bump pnpm version requirement of the project to the latest. The project currently makes use of 7.33 which is outdated.
🎤 Why is this feature needed ?
Devs with the latest pnpm version can't install the project due to the strict engine check in the package.json file and there have been a lot of performance improvements.
✌️ How do you aim to achieve this?
update the engine and package manager section in the package JSON file.
make the lockfile up-to-date.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
This feature is to bump pnpm version requirement of the project to the latest. The project currently makes use of
7.33
which is outdated.🎤 Why is this feature needed ?
Devs with the latest pnpm version can't install the project due to the strict engine check in the
package.json
file and there have been a lot of performance improvements.✌️ How do you aim to achieve this?
update the engine and package manager section in the package JSON file.
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: