1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-09-28 03:58:59 +02:00

bump @oceanprotocol/react

This commit is contained in:
Matthias Kretschmann 2020-07-20 14:25:38 +02:00
parent 03204e0965
commit 923acaee71
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 12 additions and 13 deletions

23
package-lock.json generated
View File

@ -3719,17 +3719,17 @@
"integrity": "sha512-j4PEZSVtKSqxDYMVh/hd5vk088Bg6a6QkrUMTXN9Q6OIFAMfHM235f1AxaakNrEyK0FKMD908KuJEdfFLRn9Hw==" "integrity": "sha512-j4PEZSVtKSqxDYMVh/hd5vk088Bg6a6QkrUMTXN9Q6OIFAMfHM235f1AxaakNrEyK0FKMD908KuJEdfFLRn9Hw=="
}, },
"@oceanprotocol/contracts": { "@oceanprotocol/contracts": {
"version": "0.2.3", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.2.3.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.1.tgz",
"integrity": "sha512-5Oohzno3tnISMYG1jhtHxKMMkcIypTZAPlIoFjE5vDlAW51tyuxwYxBXHYQ2/FLRVFkmUmy5yASKg9zbnKKwQw==" "integrity": "sha512-LaOPxTID+iMRaUYneAOyG6jQQL8Gz9XA0jEqXvhJOqB/WL2zySL2StXpXPpMxzFq6APdpbnQ70s4jBgVChBN2w=="
}, },
"@oceanprotocol/lib": { "@oceanprotocol/lib": {
"version": "0.1.6", "version": "0.1.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.1.6.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.1.7.tgz",
"integrity": "sha512-eFncaLtetef6REKzd2u68fFCVdCfBqwGnsDU9oirMfBrdcGu0VquXtAsEfrnHAkIsCaf97wd1GAZ4Yp1JaXP1g==", "integrity": "sha512-vt2/fpXjy6rPfbNHMAwOhlEIkjl6unvvkij2qC/gdC2hCC+cWXENbPX/3AgrXk0YkshCONq6FWvGBpXw0EwK0w==",
"requires": { "requires": {
"@ethereum-navigator/navigator": "^0.5.0", "@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.2.3", "@oceanprotocol/contracts": "^0.3.1",
"bignumber.js": "^9.0.0", "bignumber.js": "^9.0.0",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
@ -3741,12 +3741,11 @@
} }
}, },
"@oceanprotocol/react": { "@oceanprotocol/react": {
"version": "0.0.23", "version": "0.0.24",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.23.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.24.tgz",
"integrity": "sha512-DnCoBtz5Z+3JGChDgLI3n9NhexdNHhO1sQD5mIr6uxEGq5D8E7QDNJAnrLn33MsHWZdATmUNi+KUe81qTVrAyA==", "integrity": "sha512-BQvwPeRDunnINi8YhRjqo+A5UpJc2r/FtZZtARdlqn3HDzgKkMI5f0LybhbmWFl8j15XzOAMDVjSkrewv7encQ==",
"requires": { "requires": {
"@oceanprotocol/contracts": "^0.2.3", "@oceanprotocol/lib": "^0.1.7",
"@oceanprotocol/lib": "^0.1.6",
"axios": "^0.19.2", "axios": "^0.19.2",
"react": "^16.9.41", "react": "^16.9.41",
"web3": "^1.2.11", "web3": "^1.2.11",

View File

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