Loosen @types/js-yaml version pin to a caret range #251
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Loosens the devDependency @types/js-yaml pin from an exact version (4.0.9) to a caret range (^4.0.9) in package.json, with package-lock.json regenerated to match. Allows patch/minor type-def updates without manual bumps.