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

View File

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