Skip to content

Commit

Permalink
[chore] upgrade node-fetch to 3.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 27, 2021
1 parent 5496646 commit 8c79718
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-vans-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] upgrade node-fetch to 3.0.0 final
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"locate-character": "^2.0.5",
"marked": "^3.0.4",
"mime": "^2.5.2",
"node-fetch": "3.0.0-beta.9",
"node-fetch": "^3.0.0",
"port-authority": "^1.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
Expand Down
4 changes: 3 additions & 1 deletion packages/kit/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ export default [
resolve({
extensions: ['.mjs', '.js', '.ts']
}),
commonjs()
commonjs({
ignoreTryCatch: true // https://github.com/node-fetch/fetch-blob/issues/117
})
],
preserveEntrySignatures: true
}
Expand Down
24 changes: 2 additions & 22 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 8c79718

Please sign in to comment.