From dc98922e921ec9f372f9e4fd5dedd45406555122 Mon Sep 17 00:00:00 2001 From: Nishad Date: Tue, 15 Sep 2020 22:02:32 +0800 Subject: [PATCH] Update serum-js version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6ce7740..abc4126 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@ant-design/icons": "^4.2.1", "@craco/craco": "^5.6.4", - "@project-serum/serum": "^0.12.8", + "@project-serum/serum": "^0.12.11", "@project-serum/sol-wallet-adapter": "^0.1.0", "@solana/web3.js": "^0.71.10", "@testing-library/jest-dom": "^4.2.4", diff --git a/yarn.lock b/yarn.lock index acef02d..d3d383d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1467,10 +1467,10 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== -"@project-serum/serum@^0.12.5": - version "0.12.5" - resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.12.5.tgz#fa1ebc53f3126f8f71b8270eb9f3156a37390c4c" - integrity sha512-dTLm/t8RXy6WEY3Lw/Y0IUafZrlVZvjxVrpFXS12G5PVehPIfS08Mn1Wnnycnxkmjb4tKr2+CYwuV6mPdgHlww== +"@project-serum/serum@^0.12.11": + version "0.12.11" + resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.12.11.tgz#728afc1ef31c2fd30c928401fd83c328def462f0" + integrity sha512-elMEhVw3SeYmhape31W8C2TnuDF9R1prVTRjR6RDIfAbZl8jRG7C41d7ijOvpnWYit6fT6ZE3ndu4zgJtAcNfw== dependencies: "@solana/web3.js" "^0.71.10" bn.js "^5.1.2"