Upgraded topola library version

This commit is contained in:
Przemek Wiech 2021-04-26 18:31:28 +02:00
parent e615308139
commit 005a4387fe
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17398,9 +17398,9 @@
"dev": true
},
"topola": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.4.tgz",
"integrity": "sha512-eCYPFVWmJlUJ7NZeXKYoSUQUALC1VS4EJuUZEw1QvCsyyc72QQ8Dl9FgmzZkF08fj9xR42OcMSfL4uxS+qRXyw==",
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.6.tgz",
"integrity": "sha512-ZsmJz17htEBOrIo3aKHe7i4aM+Xl8XBHRXL3P7FpKHsyd8LrsuiNLjOVNMhW2qApk6TeMmhyU4OXq9cq0zNv0w==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.12.1",

View File

@ -29,7 +29,7 @@
"react-router-dom": "^5.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"topola": "^3.3.4"
"topola": "^3.3.6"
},
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.2",