Skip to content

Commit

Permalink
fix(NPM): correctly override axios
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Aug 13, 2024
1 parent aea29de commit 66d64ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
},
"overrides": {
"@babel/traverse": ">=7.23.2",
"axios": ">=0.21.2",
"@toplast/lastfm": {
"axios": ">=0.21.2"
},
"eslint-plugin-unused-imports": {
"@typescript-eslint/eslint-plugin": "^5.0.0"
},
Expand Down

0 comments on commit 66d64ca

Please sign in to comment.