1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-20 11:23:24 +02:00

bump @oceanprotocol/react

This commit is contained in:
Matthias Kretschmann 2020-07-20 12:37:45 +02:00
parent 93530e3b66
commit b516743a59
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View File

@ -3741,17 +3741,16 @@
}
},
"@oceanprotocol/react": {
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.19.tgz",
"integrity": "sha512-lEFlJU9DREKVj/dYpMTRGAQuwkfFa+MrQ0+VTHm0osSedHyZ6aUQhYBac85I0QZr9ZB/SRKHsuFwWl5HT0oRuA==",
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.20.tgz",
"integrity": "sha512-ZvRP9JAhDlLhxWLNzezzTaWgNS8QmmamXJ3pYKX4pEwr6dVJ0GDTLRgfw1thqDOIlbbZbxJAgwMROeeSp1LUnw==",
"requires": {
"@oceanprotocol/contracts": "^0.2.3",
"@oceanprotocol/lib": "^0.1.6",
"@walletconnect/web3-provider": "^1.0.16",
"axios": "^0.19.2",
"react": "^16.9.41",
"web3": "^1.2.10",
"web3modal": "^1.7.0"
"web3": "^1.2.11",
"web3modal": "^1.8.0"
}
},
"@oceanprotocol/typographies": {

View File

@ -21,7 +21,7 @@
"dependencies": {
"@loadable/component": "^5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/react": "^0.0.19",
"@oceanprotocol/react": "^0.0.20",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.1.0",