Skip to content

Commit ebc7305

Browse files
committed
Use [email protected] specifically
An issue with `unfetch@5`, depended on by `[email protected]`, breaks bundling with tools such as `esbuild` and `webpack`: developit/unfetch#164
1 parent 874c122 commit ebc7305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@appsignal/types": "=3.0.1",
29-
"isomorphic-unfetch": "^4.0.0",
29+
"isomorphic-unfetch": "=4.0.0",
3030
"tslib": "^2.3.0"
3131
}
3232
}

0 commit comments

Comments
 (0)