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

bump @oceanprotocol/react

This commit is contained in:
Matthias Kretschmann 2020-10-22 12:50:27 +02:00
parent f14f4919fe
commit ff1ddb65d6
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.4", "version": "0.3.5",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.4.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.5.tgz",
"integrity": "sha512-ACCbjbGq8jZ5knNeP4rQA2g7WxCyVIvifualTOGoW5xJVudYJmt6rAJMCJTrjNMqQ8b0aRQ9wLO4G/A3ISydiw==", "integrity": "sha512-k51Mltb8bhd/n7cpcwV3knURpUXiwlryQgi6/vyd2kMNMQX6OorwHT1LcmP593FW5pIHpUEC3x/zLthYY42EiA==",
"requires": { "requires": {
"@oceanprotocol/lib": "^0.7.3", "@oceanprotocol/lib": "^0.7.3",
"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.3", "@oceanprotocol/lib": "^0.7.3",
"@oceanprotocol/react": "^0.3.4", "@oceanprotocol/react": "^0.3.5",
"@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",