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

能否支持pnpm.overrides一起检测 #70

Closed
3 tasks done
LetFree opened this issue Jul 7, 2023 · 2 comments · Fixed by #92
Closed
3 tasks done

能否支持pnpm.overrides一起检测 #70

LetFree opened this issue Jul 7, 2023 · 2 comments · Fixed by #92
Labels
enhancement New feature or request

Comments

@LetFree
Copy link

LetFree commented Jul 7, 2023

Clear and concise description of the problem

"pnpm": {
    "overrides": {
      "vite": "^4.4.1",
      "@vitejs/plugin-vue": "^4.2.3"
    }
  },

每次这种都需要手动修改

Suggested solution

建议支持下

Alternative

No response

Additional context

No response

Validations

@LetFree LetFree added the enhancement New feature or request label Jul 7, 2023
@antfu
Copy link
Member

antfu commented Jul 8, 2023

Also resolutions. PR welcome :)

@tjx666
Copy link

tjx666 commented Jul 8, 2023

If anyone want to support it, should also consider the special syntax, like:

{
    "pnpm": {
        "axios@1": "1.4.0",
        "axios@<1": "0.27.2",
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants