1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-20 11:23:24 +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": {
"version": "0.0.25",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.25.tgz",
"integrity": "sha512-oAAv7M3d9A5szBknjAtR7Jm9BXvMqxYJWlAQltK/DQNlresmfPoXwMHwH5UmS53Mb3uaYog0phEuxxOVJdG+ow==",
"version": "0.0.26",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.26.tgz",
"integrity": "sha512-EGy2kP9nEiKDT1wbTUWqogqWud/hrhUQzXnAoW0Sw5M6m7t6Jg7svbbCmI/J5YtLF+ldQv1siP8Bh0Ii+QdzBw==",
"requires": {
"@oceanprotocol/lib": "^0.1.8",
"axios": "^0.19.2",
@ -9193,9 +9193,9 @@
},
"dependencies": {
"multicodec": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.3.tgz",
"integrity": "sha512-8G4JKbHWSe/39Xx2uiI+/b/S6mGgimzwEN4TOCokFUIfofg1T8eHny88ht9eWImD2dng+EEQRsApXxA5ubhU4g==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-1.0.4.tgz",
"integrity": "sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==",
"requires": {
"buffer": "^5.6.0",
"varint": "^5.0.0"

View File

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