Skip to content
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

chore(deps): update stylus to 0.55.0 #426

Merged
merged 1 commit into from
Jan 17, 2022
Merged

chore(deps): update stylus to 0.55.0 #426

merged 1 commit into from
Jan 17, 2022

Conversation

codeshake
Copy link
Contributor

No description provided.

Copy link
Member

@kaisermann kaisermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed? This semver range should be accepting 0.55.0, no?

@codeshake
Copy link
Contributor Author

codeshake commented Dec 13, 2021

Nope. But since the major versions of Stylus apply to 2nd order of numbers, it is better not to set ^0.

npm i stylus --save-dev // install 0.55.0

npm i svelte-preprocess --save-dev

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: svelte-preprocess@4.10.0
npm ERR! Found: stylus@0.55.0
npm ERR! node_modules/stylus
npm ERR! dev stylus@"^0.55.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional stylus@"^0.54.7" from svelte-preprocess@4.10.0
npm ERR! node_modules/svelte-preprocess
npm ERR! dev svelte-preprocess@"*" from the root project

@kaisermann kaisermann merged commit bb6dba5 into sveltejs:main Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants