Name types in details panel (#109)

This commit is contained in:
czifumasa
2022-08-30 15:58:39 +02:00
committed by GitHub
parent a92f06e43d
commit 0733690058
13 changed files with 168 additions and 35 deletions

12
package-lock.json generated
View File

@@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "topola-viewer",
"version": "1.0.0",
"dependencies": {
"@artsy/fresnel": "^1.3.1",
@@ -38,6 +37,7 @@
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.5.0",
"turbocommons-ts": "^3.8.0",
"unified": "^10.1.0",
"wikitree-js": "^0.1.0"
},
@@ -22907,6 +22907,11 @@
"node": "*"
}
},
"node_modules/turbocommons-ts": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/turbocommons-ts/-/turbocommons-ts-3.8.0.tgz",
"integrity": "sha512-EQRCm2r944M/TqzfRutaCwTN+eHVLPAedaWF8catAHd49biN1UjB9CGLTBT2kI3i9lCccSt84s8YFf54u1WcAg=="
},
"node_modules/tweetnacl": {
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
@@ -44181,6 +44186,11 @@
"safe-buffer": "^5.0.1"
}
},
"turbocommons-ts": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/turbocommons-ts/-/turbocommons-ts-3.8.0.tgz",
"integrity": "sha512-EQRCm2r944M/TqzfRutaCwTN+eHVLPAedaWF8catAHd49biN1UjB9CGLTBT2kI3i9lCccSt84s8YFf54u1WcAg=="
},
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",