-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registry: pin deps #1553
registry: pin deps #1553
Conversation
|
Just a thought but a better way to do this may be to just use the version found in the nearest package.json. This way you don't have to maintain a list. |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
We considered that before but then it would make more sense to do it for all the deps, which means anytime a patch release for anything comes out, we also need to update shadcn-svelte or users may have issues. There will only be a few of these, and the previous versions of the packages will not be updated once the new major is out, so I don't mind the list. |
As we release new majors for dependencies that only support Svelte 5, we'll pin those dependencies to their latest Svelte 4-supported version.