Upgrade @project-serum/serum to v0.13.33 (#171)

This commit is contained in:
Vivek Singh 2021-04-07 23:08:03 +05:30 committed by GitHub
parent 699558770e
commit b4974cdb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -6,7 +6,7 @@
"@ledgerhq/hw-transport-webusb": "^5.45.0", "@ledgerhq/hw-transport-webusb": "^5.45.0",
"@material-ui/core": "^4.11.2", "@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@project-serum/serum": "^0.13.24", "@project-serum/serum": "^0.13.33",
"@solana/spl-token-registry": "^0.2.1", "@solana/spl-token-registry": "^0.2.1",
"@solana/web3.js": "^0.87.2", "@solana/web3.js": "^0.87.2",
"@testing-library/jest-dom": "^5.11.6", "@testing-library/jest-dom": "^5.11.6",
@ -52,7 +52,9 @@
"es6": true, "es6": true,
"webextensions": true "webextensions": true
}, },
"extends": ["react-app"] "extends": [
"react-app"
]
}, },
"jest": { "jest": {
"transformIgnorePatterns": [ "transformIgnorePatterns": [

View File

@ -1862,10 +1862,10 @@
schema-utils "^2.6.5" schema-utils "^2.6.5"
source-map "^0.7.3" source-map "^0.7.3"
"@project-serum/serum@^0.13.24": "@project-serum/serum@^0.13.33":
version "0.13.24" version "0.13.33"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.24.tgz#42ab28052924c4b754ed078790a192ae23fffab9" resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.33.tgz#03ce8219c1bb458f56c09dc8aa621d76538e70f5"
integrity sha512-ux2MuO2kGGUV/QYBVx+e3roM/zATI6Fi2ThVaEo4aBdQKosbuNA60uAfSnYK9Du0kz7UjGoZHv2FnkCq8web3A== integrity sha512-g2ztZwhQAvhGE9u4/Md6uEFBpaOMV2Xa/H/FGhgTx3iBv2sikW5fheHRJ8Vy7yEA9ZhZCuzbCkw8Wz1fq82VAg==
dependencies: dependencies:
"@solana/web3.js" "^0.90.0" "@solana/web3.js" "^0.90.0"
bn.js "^5.1.2" bn.js "^5.1.2"