Skip to content

Commit

Permalink
fix(dependancy): Override typesense axios version (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsanf authored Jan 8, 2024
1 parent f467918 commit a8e7558
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
34 changes: 19 additions & 15 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"scripts": {
"start": "portal develop",
"build-for-js-sdk": "redocly bundle all@latest -o dist/all --ext json"
},
"overrides": {
"typesense": {
"axios": "^1.6.3"
}
}
}

0 comments on commit a8e7558

Please sign in to comment.