1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-13 16:54:53 +01:00

bump ocean libraries

This commit is contained in:
Matthias Kretschmann 2020-10-27 21:37:52 +01:00
parent fd1a7f263a
commit 071d811cd9
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -3850,9 +3850,9 @@
"integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg=="
},
"@oceanprotocol/lib": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.3.tgz",
"integrity": "sha512-eUTM5D5AZ1eDfzAYSqML1fELXOTXy0Zj7y8NuSlyN9Ersg7e9G8lIWCAA49pcBNCJ41niG/lpAuIpiUPd2eFpA==",
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.5.tgz",
"integrity": "sha512-r+mcLwTgB+A42Q1lX0Ni+Yv3xgaujU3uOrSrKs+uNfVt/VCitublgZYnOhZws2odinJt2Ca7cjDPK4QtNzw7MQ==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.5.7",
@ -3867,11 +3867,11 @@
}
},
"@oceanprotocol/react": {
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.10.tgz",
"integrity": "sha512-NlnWq/AxhtdfjeVAxKboODHUnlJT0kAcB4KAJEC4boDvPW6pWVhJlyEwt1+JiJuefq/YyppxqnY21yrTkUE3wA==",
"version": "0.3.11",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.11.tgz",
"integrity": "sha512-g+9p/f2bWHxnhzWYxhWOUsFKzUH/fIfa5dFO6ByUGfeP4IuwcHikAwrGiGJqty1vKHnLXlp7CL+o2VSK08jB+Q==",
"requires": {
"@oceanprotocol/lib": "^0.9.3",
"@oceanprotocol/lib": "^0.9.5",
"axios": "^0.21.0",
"decimal.js": "^10.2.1",
"web3": "^1.3.0",

View File

@ -22,8 +22,8 @@
"@coingecko/cryptoformat": "^0.4.2",
"@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.9.3",
"@oceanprotocol/react": "^0.3.10",
"@oceanprotocol/lib": "^0.9.5",
"@oceanprotocol/react": "^0.3.11",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.2.0",