updates
updates copied to clipboard
Pin to semver range
With the concept of fully locked dependencies, it would be useful to restrict certain dependencies to only update to given semver range.
export default {
pin: {
"typescript": "^5.0.0"
},
};