diff --git a/package.json b/package.json index 6dff4d2..2f4bdc0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@project-serum/swap-ui", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/project-serum/swap-ui", "license": "Apache-2.0", "dependencies": { "@project-serum/serum": "^0.13.58", - "@project-serum/swap": "^0.1.0-alpha.34", + "@project-serum/swap": "^0.1.0-alpha.35", "@solana/spl-token": "^0.1.8" }, "peerDependencies": { @@ -42,7 +42,7 @@ "@project-serum/anchor": "^0.14.0", "@project-serum/serum": "^0.13.58", "@project-serum/sol-wallet-adapter": "^0.2.5", - "@project-serum/swap": "^0.1.0-alpha.32", + "@project-serum/swap": "^0.1.0-alpha.35", "@solana/spl-token": "^0.1.8", "@solana/spl-token-registry": "^0.2.229", "@solana/web3.js": "^1.24.1", diff --git a/yarn.lock b/yarn.lock index dbe4e39..486d2a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1696,10 +1696,10 @@ bs58 "^4.0.1" eventemitter3 "^4.0.7" -"@project-serum/swap@^0.1.0-alpha.34": - version "0.1.0-alpha.34" - resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.34.tgz#bb4e6311fd56880b8c35270487c2712e29b2da3f" - integrity sha512-YiJT98/C7hcdqzYgQJqc+CWrqO8vzDsJ6TzfN0Liqg1tN3G9vu1hB++I6nwkNMC4lHshry2kIf6sVZfBJMw0lA== +"@project-serum/swap@^0.1.0-alpha.35": + version "0.1.0-alpha.35" + resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.35.tgz#0eb3395485b730c2020154a12b3ca65722164ce2" + integrity sha512-/KLC9TjUvV4QgzNrtCJ4p4zndIJzA6ISlLMZgfWp7e688Oe0FhyhioDK4wwCqJXJ4zS+aT7lxx9UJLV9Y2XKOA== dependencies: "@project-serum/serum" "^0.13.34" "@solana/spl-token" "^0.1.6"