1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

update lib (#987)

* update lib

* update lib
This commit is contained in:
mihaisc 2022-01-13 01:37:05 -08:00 committed by GitHub
parent 181dce9ba5
commit c30d19e868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@coingecko/cryptoformat": "^0.4.4", "@coingecko/cryptoformat": "^0.4.4",
"@loadable/component": "^5.15.2", "@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0", "@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "1.0.0-next.2", "@oceanprotocol/lib": "^1.0.0-next.4",
"@oceanprotocol/typographies": "^0.1.0", "@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6", "@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
@ -3797,9 +3797,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA==" "integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
}, },
"node_modules/@oceanprotocol/lib": { "node_modules/@oceanprotocol/lib": {
"version": "1.0.0-next.2", "version": "1.0.0-next.4",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.4.tgz",
"integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==", "integrity": "sha512-nGHO7jO3z2BAJEu2VOgIYTxapiUjiPsuTG7yMtN5qmBaDm7GiNhgJtyr3fcMjsOF3aI1o19gV+qmh7JAhqR6ag==",
"dependencies": { "dependencies": {
"bignumber.js": "^9.0.2", "bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4", "cross-fetch": "^3.1.4",
@ -25209,9 +25209,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA==" "integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
}, },
"@oceanprotocol/lib": { "@oceanprotocol/lib": {
"version": "1.0.0-next.2", "version": "1.0.0-next.4",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.4.tgz",
"integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==", "integrity": "sha512-nGHO7jO3z2BAJEu2VOgIYTxapiUjiPsuTG7yMtN5qmBaDm7GiNhgJtyr3fcMjsOF3aI1o19gV+qmh7JAhqR6ag==",
"requires": { "requires": {
"bignumber.js": "^9.0.2", "bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4", "cross-fetch": "^3.1.4",

View File

@ -23,7 +23,7 @@
"@coingecko/cryptoformat": "^0.4.4", "@coingecko/cryptoformat": "^0.4.4",
"@loadable/component": "^5.15.2", "@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0", "@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "1.0.0-next.2", "@oceanprotocol/lib": "^1.0.0-next.4",
"@oceanprotocol/typographies": "^0.1.0", "@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6", "@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",