Skip to content

Commit

Permalink
fix: downgrade axios to v1.2.0 (#2934)
Browse files Browse the repository at this point in the history
* fix: downgrade axios to v1.2.0

* chore: add axios to the renovate's ignore list
  • Loading branch information
BiswaViraj authored and scopsy committed Mar 5, 2023
1 parent fe9f809 commit 14aab01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dist/"
],
"dependencies": {
"axios": "^1.3.3",
"axios": "1.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"mixpanel": "^0.17.0"
Expand Down
16 changes: 13 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"stabilityDays": 3,
"extends": ["config:base"],
"prConcurrentLimit": 3,
"ignoreDeps": ["express", "node", "@types/node"],
"ignoreDeps": ["express", "node", "@types/node", "axios"],
"packageRules": [
{
"packagePatterns": ["^rollup", "@rollup"],
Expand Down

1 comment on commit 14aab01

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.