-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
Describe the bug
Node.js version: All versions
OS version: All OS
Description:
When installing (in my case with pnpm) a deprecation warning about package "boolean" v3.2.0 is popping up.
Actual behavior
WARN 1 deprecated dependencies found: [email protected]
Expected behavior
No deprecated packages used.
Code to reproduce
pnpm install @ladjs/i18n
Checklist
- I have searched through GitHub issues for similar issues.
- I have completely read through the README and documentation.
- I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.