Skip to content

Commit

Permalink
Use [email protected] specifically
Browse files Browse the repository at this point in the history
An issue with `unfetch@5`, depended on by `[email protected]`,
breaks bundling with tools such as `esbuild` and `webpack`:
developit/unfetch#164
  • Loading branch information
unflxw committed Apr 23, 2024
1 parent 874c122 commit ebc7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@appsignal/types": "=3.0.1",
"isomorphic-unfetch": "^4.0.0",
"isomorphic-unfetch": "=4.0.0",
"tslib": "^2.3.0"
}
}

0 comments on commit ebc7305

Please sign in to comment.