Skip to content

Commit

Permalink
fix: update fetch-cookie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Piwoński authored and penovicp committed Feb 23, 2024
1 parent 469064e commit 518330c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@scure/base": "~1.1.3",
"@scure/starknet": "~1.0.0",
"abi-wan-kanabi": "^2.2.1",
"fetch-cookie": "github:NethermindEth/fetch-cookie#export-cookieimpl",
"fetch-cookie": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"lossless-json": "^4.0.1",
"pako": "^2.0.4",
Expand Down
2 changes: 2 additions & 0 deletions src/utils/fetchPonyfill.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// the ts-ignore suppresses an esm to cjs import error that is resolved with entry point resolution
// @ts-ignore
import makeFetchCookie from 'fetch-cookie';
import isomorphicFetch from 'isomorphic-fetch';

Expand Down
2 changes: 0 additions & 2 deletions src/utils/json.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// the ts-ignore suppresses an esm to cjs import error that is resolved with bundling
// @ts-ignore
import * as json from 'lossless-json';

/**
Expand Down

0 comments on commit 518330c

Please sign in to comment.