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

Add overrides for axios #162

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Add overrides for axios #162

merged 1 commit into from
Feb 25, 2024

Conversation

marcomontalbano
Copy link
Owner

Added the following to the package.json:

"overrides": {
    "axios": "^1.6.7"
  }

Overrides is used to support selective version overrides using npm, which lets you define custom package versions or ranges inside your dependencies. For yarn, use resolutions instead. See: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides

@marcomontalbano marcomontalbano self-assigned this Feb 25, 2024
@marcomontalbano marcomontalbano added the PR: Bug Fix 🐛 Only for pull request. Something wasn't working label Feb 25, 2024
@marcomontalbano marcomontalbano merged commit dd45042 into main Feb 25, 2024
17 checks passed
@marcomontalbano marcomontalbano deleted the add-overrides-for-axios branch February 25, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Bug Fix 🐛 Only for pull request. Something wasn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant