Skip to content

Commit

Permalink
update package.json and silent typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf committed Jan 9, 2024
1 parent 5a81b4c commit ee2fc2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@reduxjs/toolkit": "^1.9.5",
"@swapr/core": "^0.3.19",
"@swapr/periphery": "^0.3.22",
"@swapr/sdk": "1.10.1",
"@swapr/sdk": "1.10.2",
"@tanstack/react-query": "4.24.6",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@uniswap/v3-periphery": "1.4.1",
Expand Down
1 change: 1 addition & 0 deletions src/pages/Swap/LimitOrderBox/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export async function deleteOpenOrders(chainId: ChainId, uid: string, signer: Si
await cowSdk.cowApi.sendSignedOrderCancellation({
//@ts-ignore
chainId,
//@ts-ignore
cancellation: { orderUid: uid, signature, signingScheme: SigningScheme.EIP712 },
})
const response = await cowSdk.cowApi.getOrder(uid)
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7745,7 +7745,7 @@ __metadata:
"@storybook/testing-library": 0.1.0
"@swapr/core": ^0.3.19
"@swapr/periphery": ^0.3.22
"@swapr/sdk": 1.10.1
"@swapr/sdk": 1.10.2
"@synthetixio/synpress": ^2.3.3
"@tanstack/react-query": 4.24.6
"@testing-library/cypress": ^9.0.0
Expand Down Expand Up @@ -7886,9 +7886,9 @@ __metadata:
languageName: node
linkType: hard

"@swapr/sdk@npm:1.10.1":
version: 1.10.1
resolution: "@swapr/sdk@npm:1.10.1"
"@swapr/sdk@npm:1.10.2":
version: 1.10.2
resolution: "@swapr/sdk@npm:1.10.2"
dependencies:
"@cowprotocol/cow-sdk": ^1.0.2-RC.0
"@ethersproject/abi": ^5.6.4
Expand Down Expand Up @@ -7919,7 +7919,7 @@ __metadata:
tslib: ^2.3.1
peerDependencies:
ethers: ^5.4.0
checksum: 6252df516eb8302bce3cc85fe922310d62b10970a61d27687e974cd6c0ee9a7022022a91441c1555a80d8c5d9b1d91eac88fab1b480e8d60ce46976b453c4fd4
checksum: 1a3a7bf14ff805d4783431bb693454e4c1d58a8ac9d329a236371c485fb7e6f461054c4d7fd90bb422d21795a4ff8b8f60cf58df6ddbe45aad1a32a71ee2a66f
languageName: node
linkType: hard

Expand Down

0 comments on commit ee2fc2b

Please sign in to comment.