This commit is contained in:
armaniferrante 2021-06-22 22:59:36 -07:00
parent 999f234165
commit c64caec9d5
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@project-serum/swap-ui",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/project-serum/swap-ui",
@ -8,7 +8,7 @@
"dependencies": {
"@fontsource/roboto": "^4.3.0",
"@project-serum/serum": "^0.13.34",
"@project-serum/swap": "^0.1.0-alpha.26",
"@project-serum/swap": "^0.1.0-alpha.28",
"@solana/spl-token": "^0.1.4"
},
"peerDependencies": {
@ -42,7 +42,7 @@
"@project-serum/anchor": "^0.7.0",
"@project-serum/serum": "^0.13.34",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@project-serum/swap": "^0.1.0-alpha.26",
"@project-serum/swap": "^0.1.0-alpha.28",
"@solana/spl-token": "^0.1.4",
"@solana/spl-token-registry": "^0.2.86",
"@solana/web3.js": "^1.17.0",

View File

@ -1654,10 +1654,10 @@
bs58 "^4.0.1"
eventemitter3 "^4.0.4"
"@project-serum/swap@^0.1.0-alpha.26":
version "0.1.0-alpha.26"
resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.26.tgz#08116559a16bfcca2bb349c9b23c092d306e390f"
integrity sha512-qGaARa8EgrOIk49u8+EyahaKBEup+oPCBp/12Yp23hWdjpKOzWN6QdtJHfSxzPSO4BuzG3Z149k0nVYSVmbmcA==
"@project-serum/swap@^0.1.0-alpha.28":
version "0.1.0-alpha.28"
resolved "https://registry.yarnpkg.com/@project-serum/swap/-/swap-0.1.0-alpha.28.tgz#523bb161c2d0011f4df0317ed31b77107f72ed06"
integrity sha512-LJ6roKiK43JyAjjDNejXxyFurngXI+YVNdliTnedKp8MgJm6QFj2S8606xiD0Col3aXI6jq7Y6xw6CczHc1j4g==
dependencies:
"@project-serum/serum" "^0.13.34"
"@solana/spl-token" "^0.1.3"