Skip to content

Commit

Permalink
fix: cross-fetch version (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Jul 25, 2023
1 parent 9c8ed7a commit 542c5f7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-cups-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/providers": patch
---

fix: override cross-fetch version to 4.0.0 (avoid ServiceWorker fetch error)
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,10 @@
"tsx": "^3.12.7",
"turbo": "^1.8.8",
"typescript": "~5.1.6"
},
"pnpm": {
"overrides": {
"cross-fetch": "4.0.0"
}
}
}
29 changes: 22 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 542c5f7

Please sign in to comment.