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

Does not support dist-tag insiders #1348

Open
lil5 opened this issue Nov 4, 2023 · 1 comment
Open

Does not support dist-tag insiders #1348

lil5 opened this issue Nov 4, 2023 · 1 comment

Comments

@lil5
Copy link

lil5 commented Nov 4, 2023

See tailwindlabs/tailwindcss-typography#325

npm-check-updates --peer --target minor   
Checking /Users/lil5/Projects/clothingloop/clothing-loop/frontend/package.json
[====================] 51/51 100%
[====================] 38/38 100%

 @tailwindcss/typography              ^0.5.8  →   ^0.5.10
 autoprefixer                       ^10.4.13  →  ^10.4.16

Ignored incompatible updates (peer dependencies):

 tailwindcss  ^3.3.0  →  ^3.3.5  reason: @tailwindcss/typography requires >=3.0.0 || insiders

Run ncu --peer --target minor -u to upgrade package.json
@raineorshine
Copy link
Owner

Hi, thanks for reporting.

So just to confirm, >=3.0.0 || insider should resolve to >=3.0.0 || 0.0.0-insiders.a86e601?

Based on:

$  npm view @tailwindcss/typography dist-tags
{
  latest: '0.5.10',
  dev: '0.0.0-c1bbc58',
  next: '0.5.0-alpha.3',
  insiders: '0.0.0-insiders.a86e601'
}

It will require an extra http request, but it seems doable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants