Skip to content

Commit

Permalink
fix: bump paraswap-core
Browse files Browse the repository at this point in the history
Resolves BACK-808.
  • Loading branch information
Louis-Amas committed Nov 29, 2022
1 parent f8d9a4a commit 080a709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"prepare": "husky install && yarn build"
},
"dependencies": {
"@paraswap/core": "1.0.2",
"@0x/utils": "^4.5.2",
"@paraswap/core": "^1.0.3",
"async": "^3.2.4",
"bignumber.js": "9.1.0",
"cross-fetch": "^3.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -995,10 +995,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@paraswap/core@1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-1.0.2.tgz#ac6fbe4bd4b37df0b4013ef818028ee87b0ef0df"
integrity sha512-lIqMd8E133fCQDfWGi8LI4vDbkebheydwnaUwZbBRx8syiQ48Rb20wMQklF7KxYlmt1VW0m7HnsR1ROppv5deQ==
"@paraswap/core@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-1.0.3.tgz#a1de0536a061f71cdc66de8ffda8da8464ec0a36"
integrity sha512-V3Lc6hmSvGIy+VwngCWNU4yW6lv4yRASxj7gO3NLol7chX4WjaLYp/lwh4O4kjJnfl36WMEQhbT7lwuVxXVwKA==

"@paraswap/sdk@^6.0.0":
version "6.0.0"
Expand Down

0 comments on commit 080a709

Please sign in to comment.