1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-23 01:36:47 +02:00

bump ocean.js to v1.0.0-next.2

This commit is contained in:
Matthias Kretschmann 2022-01-11 18:24:38 +00:00
parent a6c732686c
commit 9b905209c9
Signed by: m
GPG Key ID: 606EEEF3C479A91F
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",
"@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "next",
"@oceanprotocol/lib": "1.0.0-next.2",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6",
@ -3907,9 +3907,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"node_modules/@oceanprotocol/lib": {
"version": "1.0.0-next.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.0.tgz",
"integrity": "sha512-12Tl7BMvrBtUCjCPT+lct4JrzFVIbbevKPtUiZOcJeoKSKu/hVFIJpfqu/RaPo6n92hkBix1uO7YY5K9GCHo2A==",
"version": "1.0.0-next.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz",
"integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==",
"dependencies": {
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4",
@ -32891,9 +32891,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"@oceanprotocol/lib": {
"version": "1.0.0-next.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.0.tgz",
"integrity": "sha512-12Tl7BMvrBtUCjCPT+lct4JrzFVIbbevKPtUiZOcJeoKSKu/hVFIJpfqu/RaPo6n92hkBix1uO7YY5K9GCHo2A==",
"version": "1.0.0-next.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz",
"integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==",
"requires": {
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4",

View File

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