Upgraded topola version to 3.5.2

This commit is contained in:
Przemek Więch 2022-11-30 23:00:57 +01:00
parent 033a86a05a
commit f11cae24cb
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "topola-viewer",
"version": "1.0.0",
"dependencies": {
"@artsy/fresnel": "^1.3.1",
@ -36,7 +37,7 @@
"remark-rehype": "^10.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.5.0",
"topola": "^3.5.2",
"turbocommons-ts": "^3.8.0",
"unified": "^10.1.0",
"wikitree-js": "^0.1.0"
@ -22732,9 +22733,9 @@
}
},
"node_modules/topola": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.5.0.tgz",
"integrity": "sha512-w3PSG3nKgNpH3+ZiIzB5nTHaIj/mk+rVbtbQoLq9O6V2M4dBJGd+eiuUZ4BsNjbFeUR0iJ8zMYBegVRHHSg8fA==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.5.2.tgz",
"integrity": "sha512-JTrWXP+8F+E1XdxEoruzwv+YPCgLoi6P+QUHCYXpl8NMcK2PbsV1YBXK3zvEtNQ2sjAPeDE/iknPz0Mxb+HBhg==",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.12.1",
@ -44052,9 +44053,9 @@
"dev": true
},
"topola": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.5.0.tgz",
"integrity": "sha512-w3PSG3nKgNpH3+ZiIzB5nTHaIj/mk+rVbtbQoLq9O6V2M4dBJGd+eiuUZ4BsNjbFeUR0iJ8zMYBegVRHHSg8fA==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.5.2.tgz",
"integrity": "sha512-JTrWXP+8F+E1XdxEoruzwv+YPCgLoi6P+QUHCYXpl8NMcK2PbsV1YBXK3zvEtNQ2sjAPeDE/iknPz0Mxb+HBhg==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.12.1",

View File

@ -32,7 +32,7 @@
"remark-rehype": "^10.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.5.0",
"topola": "^3.5.2",
"turbocommons-ts": "^3.8.0",
"unified": "^10.1.0",
"wikitree-js": "^0.1.0"