From 6a260383dc03bfdd8da3628e1048db85bf1770e2 Mon Sep 17 00:00:00 2001 From: Nishad Date: Tue, 6 Oct 2020 23:17:39 +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 91346aa..57c70d8 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.13.1", + "@project-serum/serum": "0.13.3", "@project-serum/sol-wallet-adapter": "^0.1.1", "@solana/web3.js": "0.71.10", "@testing-library/jest-dom": "^4.2.4", diff --git a/yarn.lock b/yarn.lock index c712c58..4c79afc 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.13.1": - version "0.13.1" - resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.1.tgz#ee5df09eb19e997eb8d0e25cf5837d5e14e5cf2b" - integrity sha512-4Jj/Ec1qJOl1zoCJNZ/QePV2zM9n/SsAxzdN+qMZKAHQR3ZH0PIOIlV4Y+ysaUi2uA/0hEIRD74yu1TowguiiQ== +"@project-serum/serum@0.13.3": + version "0.13.3" + resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.3.tgz#5c8cde202472fae9047e67426cecda6e36ed102a" + integrity sha512-RKSEsE65s5Np5OKhgtaj0nnOuy1VZeaxacvd4H4ti/4jGtVCBqLfnYGvFbQkjN+xE6Wjo2zav7GO3TveqZKOAA== dependencies: "@solana/web3.js" "^0.71.10" bn.js "^5.1.2"