feat: owners profile icon on dataset list view (#10041)

This commit is contained in:
Lily Kuang
2020-06-15 09:52:09 -07:00
committed by GitHub
parent a3393c1bc4
commit 98ab95e4c0
4 changed files with 109 additions and 3 deletions

View File

@@ -24659,6 +24659,23 @@
"prop-types": "^15.5.8"
}
},
"react-avatar": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/react-avatar/-/react-avatar-3.9.7.tgz",
"integrity": "sha512-UX1prYgo4gS1g2u16tZbx/Vy45M/BxyHHexIoRj6m9hI3ZR0FdHTDt66X5GpTtf6PRYE8KlvwHte1x5n8B0/XQ==",
"requires": {
"core-js": "^3.6.1",
"is-retina": "^1.0.3",
"md5": "^2.0.0"
},
"dependencies": {
"core-js": {
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
}
}
},
"react-base16-styling": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.5.3.tgz",