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

package updates

This commit is contained in:
Matthias Kretschmann 2020-07-21 12:57:36 +02:00
parent bc89e1347d
commit 14bc02b9ee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -3762,9 +3762,9 @@
} }
}, },
"@oceanprotocol/react": { "@oceanprotocol/react": {
"version": "0.0.25", "version": "0.0.26",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.25.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.26.tgz",
"integrity": "sha512-oAAv7M3d9A5szBknjAtR7Jm9BXvMqxYJWlAQltK/DQNlresmfPoXwMHwH5UmS53Mb3uaYog0phEuxxOVJdG+ow==", "integrity": "sha512-EGy2kP9nEiKDT1wbTUWqogqWud/hrhUQzXnAoW0Sw5M6m7t6Jg7svbbCmI/J5YtLF+ldQv1siP8Bh0Ii+QdzBw==",
"requires": { "requires": {
"@oceanprotocol/lib": "^0.1.8", "@oceanprotocol/lib": "^0.1.8",
"axios": "^0.19.2", "axios": "^0.19.2",
@ -9193,9 +9193,9 @@
}, },
"dependencies": { "dependencies": {
"multicodec": { "multicodec": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.3.tgz", "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz",
"integrity": "sha512-8G4JKbHWSe/39Xx2uiI+/b/S6mGgimzwEN4TOCokFUIfofg1T8eHny88ht9eWImD2dng+EEQRsApXxA5ubhU4g==", "integrity": "sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==",
"requires": { "requires": {
"buffer": "^5.6.0", "buffer": "^5.6.0",
"varint": "^5.0.0" "varint": "^5.0.0"

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.25", "@oceanprotocol/react": "^0.0.26",
"@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",