Skip to content

Commit

Permalink
fix: set fixed deps to mitigate ESM breakage (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Feb 11, 2023
1 parent 258b1fb commit 8fa0a9b
Show file tree
Hide file tree
Showing 3 changed files with 2,325 additions and 1,956 deletions.
141 changes: 69 additions & 72 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"dependencies": {
"@googlemaps/url-signature": "^1.0.4",
"agentkeepalive": "^4.1.0",
"axios": "1.3.2",
"query-string": "8.1.0",
"retry-axios": "3.0.0"
"axios": "0.27.2",
"query-string": "7.1.3",
"retry-axios": "2.6.0"
},
"devDependencies": {
"@types/jest": "^27.0.0",
Expand Down
Loading

0 comments on commit 8fa0a9b

Please sign in to comment.