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

Merge branch 'v4' into v4-subgraph

This commit is contained in:
Matthias Kretschmann 2022-01-14 14:25:54 +00:00
commit afe9127db9
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": "^1.0.0-next.5",
"@oceanprotocol/lib": "^1.0.0-next.6",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6",
"@tippyjs/react": "^4.2.6",
@ -3162,9 +3162,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"node_modules/@oceanprotocol/lib": {
"version": "1.0.0-next.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.5.tgz",
"integrity": "sha512-Qrgt28l14n63yujIe1QgeyewaU5Z2s6SkgRTdNkfBMzRc200fdCqsoYcGN50RBxLAeVRT+Ez4pIvEgdm5rS7aA==",
"version": "1.0.0-next.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.6.tgz",
"integrity": "sha512-N/GyoZF0alI+meu2iV1qm2mifyZj/u0bAIa74Dhx1cVfRfBV7k4JjIATQ1Q5orndY5/2TvR1EQ6KqlBVwidFNg==",
"dependencies": {
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4",
@ -22431,9 +22431,9 @@
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"@oceanprotocol/lib": {
"version": "1.0.0-next.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.5.tgz",
"integrity": "sha512-Qrgt28l14n63yujIe1QgeyewaU5Z2s6SkgRTdNkfBMzRc200fdCqsoYcGN50RBxLAeVRT+Ez4pIvEgdm5rS7aA==",
"version": "1.0.0-next.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.6.tgz",
"integrity": "sha512-N/GyoZF0alI+meu2iV1qm2mifyZj/u0bAIa74Dhx1cVfRfBV7k4JjIATQ1Q5orndY5/2TvR1EQ6KqlBVwidFNg==",
"requires": {
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.4",

View File

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