1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

bump ocean.js

This commit is contained in:
Matthias Kretschmann 2020-10-21 17:31:34 +02:00
parent 47381639ff
commit 577421cee7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4479,9 +4479,9 @@
} }
}, },
"@oceanprotocol/react": { "@oceanprotocol/react": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.1.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.2.tgz",
"integrity": "sha512-RT7eDkjWJcRRbXZJ+WdxpZNKg3KRVUdxp6ha9Cu8GKMzJVCFkF6y1EDkX/EszCtUFpHlDgwi8+WV25ITgXQNPw==", "integrity": "sha512-reCw+HfDQnD1tOLqDX6nOWcT5l0+4MlK4APSB7sU75RpFCEZP+p9vDFbyNoOV/mV2cnzAGCS+zqNIKqSina5Jg==",
"requires": { "requires": {
"@oceanprotocol/lib": "^0.7.1", "@oceanprotocol/lib": "^0.7.1",
"axios": "^0.20.0", "axios": "^0.20.0",

View File

@ -23,7 +23,7 @@
"@loadable/component": "5.13.1", "@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0", "@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.7.1", "@oceanprotocol/lib": "^0.7.1",
"@oceanprotocol/react": "^0.3.1", "@oceanprotocol/react": "^0.3.2",
"@oceanprotocol/typographies": "^0.1.0", "@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0", "@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.2.0", "@tippyjs/react": "^4.2.0",