Update topola version

Fixes issue with void references #180
This commit is contained in:
Przemek Więch 2025-01-03 23:28:19 +01:00
parent 93964bdbe8
commit c54c70b874
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -39,7 +39,7 @@
"remark-rehype": "^10.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.7.3",
"topola": "^3.7.4",
"turbocommons-ts": "^3.8.0",
"unified": "^10.1.0",
"wikitree-js": "^0.4.0"
@ -22758,9 +22758,9 @@
}
},
"node_modules/topola": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.7.3.tgz",
"integrity": "sha512-QW4DZmLDTdf+ztkM3WhLMkadoUCVBK8DVGf8OolINfke5HS4issKGJlAU51ofRe5osGIwihlDeJTdvsA/T1VHQ==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.7.4.tgz",
"integrity": "sha512-7VakGMx4ROVR6D1kquS1MjAbBeYY9N56ozyF6NfFXNgAegNJX39460eKJ2onkHwjYyyuR235Mt6mQpjn2RMLXQ==",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.12.1",
@ -44097,9 +44097,9 @@
"dev": true
},
"topola": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.7.3.tgz",
"integrity": "sha512-QW4DZmLDTdf+ztkM3WhLMkadoUCVBK8DVGf8OolINfke5HS4issKGJlAU51ofRe5osGIwihlDeJTdvsA/T1VHQ==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.7.4.tgz",
"integrity": "sha512-7VakGMx4ROVR6D1kquS1MjAbBeYY9N56ozyF6NfFXNgAegNJX39460eKJ2onkHwjYyyuR235Mt6mQpjn2RMLXQ==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.12.1",

View File

@ -34,7 +34,7 @@
"remark-rehype": "^10.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.7.3",
"topola": "^3.7.4",
"turbocommons-ts": "^3.8.0",
"unified": "^10.1.0",
"wikitree-js": "^0.4.0"