feat(WEB-300): add retry for fetch calls

This commit is contained in:
Michael Zetterberg
2024-07-24 10:47:55 +02:00
parent 80c80fe1bd
commit ffa76cd8a2
4 changed files with 22 additions and 0 deletions

6
package-lock.json generated
View File

@@ -26,6 +26,7 @@
"clean-deep": "^3.4.0",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"fetch-retry": "^6.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
@@ -9721,6 +9722,11 @@
"pend": "~1.2.0"
}
},
"node_modules/fetch-retry": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-6.0.0.tgz",
"integrity": "sha512-BUFj1aMubgib37I3v4q78fYo63Po7t4HUPTpQ6/QE6yK6cIQrP+W43FYToeTEyg5m2Y7eFUtijUuAv/PDlWuag=="
},
"node_modules/figures": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",