issue-251: loosen @types/js-yaml version pin to a caret range #252
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/issue-251/loosen-types-js-yaml-version-pin"
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?
What & why
The devDependency
@types/js-yamlwas pinned to an exact version (4.0.9), preventing automatic patch/minor type-definition updates. This loosens it to a caret range (^4.0.9), consistent with how the other devDependencies inpackage.jsonare versioned.Changes
Modified:
package.json—@types/js-yaml:4.0.9→^4.0.9package-lock.json— regenerated to match the updated version rangeCloses #251