Skip to content

Commit

Permalink
fix: axios-retry is a runtime dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jensen committed Nov 16, 2023
1 parent 092c078 commit a975b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"dependencies": {
"@mattj65817/util-js": "^1.1.0",
"axios": "^1.6.2",
"axios-retry": "^3.9.1",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
Expand All @@ -54,7 +55,6 @@
"@typescript-eslint/parser": "^6.11.0",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.22.0",
"axios-retry": "^3.9.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit a975b5e

Please sign in to comment.