Skip to content

Commit

Permalink
chore: Fixed axios version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Mar 13, 2023
1 parent df28e9f commit 8b009de
Show file tree
Hide file tree
Showing 6 changed files with 764 additions and 1,930 deletions.
4 changes: 4 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"matchDepTypes": ["dependencies"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"enabled": false,
"matchPackagePatterns": ["axios"]
}
]
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.4.1.cjs
nodeLinker: node-modules
nodeLinker: pnpm
Loading

0 comments on commit 8b009de

Please sign in to comment.