Update serum-js and solana/web3.js versions

This commit is contained in:
Nishad 2020-09-03 06:02:46 +08:00
parent 196ea540b4
commit cdca71efe6
2 changed files with 11 additions and 11 deletions

View File

@ -6,9 +6,9 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@craco/craco": "^5.6.4",
"@project-serum/serum": "^0.11.1",
"@project-serum/serum": "^0.11.2",
"@project-serum/sol-wallet-adapter": "^0.1.0",
"@solana/web3.js": "^0.71.9",
"@solana/web3.js": "^0.71.10",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",

View File

@ -1467,12 +1467,12 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@project-serum/serum@^0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.11.1.tgz#4d41bdc49e30d82168af5b4d4c8773a1b670ac81"
integrity sha512-/bYJEwlZ3dFINg5YsaD5rK619YA+Qgbx7tR54vJ6X3AJun9GZCNCubfgD3blOCyy5PnhxBB/pchv/oYT5cXgMg==
"@project-serum/serum@^0.11.2":
version "0.11.2"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.11.2.tgz#4d25412d40d9dc8dcc41f72f5b51f4e735fdbdad"
integrity sha512-iQFzAqPMvTFbReh/xvUxb4iqeTJmlCRZVY/lac8r5KEXUWRTxGh/DNaGafyuQw30YUZH374kRSR8oWU3BNp0bw==
dependencies:
"@solana/web3.js" "^0.71.9"
"@solana/web3.js" "^0.71.10"
bn.js "^5.1.2"
buffer-layout "^1.2.0"
@ -1489,10 +1489,10 @@
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz#5405ee8e444ed212db44e79351f0c70a582aae25"
integrity sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==
"@solana/web3.js@^0.71.9":
version "0.71.9"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.71.9.tgz#d9a5683a2697f4db42b7e4bdcf8b513e5db493e1"
integrity sha512-xn/6i3XwKA6RMKlVWxurKpJukHoJtiYm1W/r0cDVZYde7WHObm5F3W3bUjgO5K1lO0tHAEEf9/pyCpF6R73U0g==
"@solana/web3.js@^0.71.10":
version "0.71.10"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-0.71.10.tgz#79e8977e54be2c521c4b148bd95502ae31d124f9"
integrity sha512-f2IdMySxFDHWxpAiXcSwn+CA7XKGTDSY2Ko0EOpdJJmNEW/BqnQ7BOw/R1OO8ZtDihHZn7sAyVmPo7kupmgOfA==
dependencies:
"@babel/runtime" "^7.3.1"
bn.js "^5.0.0"