Skip to content

Commit

Permalink
Update cross-fetch to v4.0.0 (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Dec 2, 2024
1 parent 501c48f commit bc47345
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .changeset/five-donuts-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@onflow/fcl-react-native": patch
"@onflow/transport-http": patch
"@onflow/fcl-core": patch
"@onflow/fcl": patch
---

Update cross-fetch to v4
44 changes: 39 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/fcl-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"@onflow/util-template": "1.2.3",
"@onflow/util-uid": "1.2.3",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.8"
"cross-fetch": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@onflow/util-semver": "1.0.3",
"@onflow/util-template": "1.2.3",
"@onflow/util-uid": "1.2.3",
"cross-fetch": "^3.1.8"
"cross-fetch": "^4.0.0"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@onflow/util-uid": "1.2.3",
"@walletconnect/types": "^2.13.2",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.8",
"cross-fetch": "^4.0.0",
"events": "^3.3.0",
"sha3": "^2.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@onflow/util-logger": "1.3.3",
"@onflow/util-template": "1.2.3",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.8",
"cross-fetch": "^4.0.0",
"events": "^3.3.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.18.0"
Expand Down

0 comments on commit bc47345

Please sign in to comment.