updates icon indicating copy to clipboard operation
updates copied to clipboard

Pin to semver range

Open silverwind opened this issue 1 year ago • 0 comments

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"
  },
};

silverwind avatar Feb 06 '24 09:02 silverwind