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

package updates

This commit is contained in:
Matthias Kretschmann 2020-07-17 15:19:59 +02:00
parent 52b32becd6
commit e86223c950
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -4004,12 +4004,12 @@
}
},
"@oceanprotocol/react": {
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.14.tgz",
"integrity": "sha512-mvnQAzlrDzxPeiGHP0d5oL8WsO3ptZCTPXsJAcrgX+5KzIBNKrIvpyusiUI0G0Knk4+j75dFNYA0pELxRJGSOw==",
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.15.tgz",
"integrity": "sha512-HkYKleLBSSqAYdzwW7kXSg7lj2puyesbqwuApxuu/NaaJrF5qjwCXuSYdJ9ZKZh0pwrraQwVxAcGJ+RV461T/w==",
"requires": {
"@oceanprotocol/contracts": "^0.2.3",
"@oceanprotocol/lib": "^0.1.4",
"@oceanprotocol/lib": "^0.1.6",
"@walletconnect/web3-provider": "^1.0.15",
"axios": "^0.19.2",
"react": "^16.9.41",

View File

@ -22,7 +22,7 @@
"@loadable/component": "^5.13.1",
"@now/node": "^1.7.2",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/react": "^0.0.14",
"@oceanprotocol/react": "^0.0.15",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.1.0",