upgraded topola to 3.2.1

This commit is contained in:
Przemek Wiech 2020-09-03 22:23:26 +02:00
parent 713b770b66
commit f30300c020
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16118,9 +16118,9 @@
"dev": true
},
"topola": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.1.2.tgz",
"integrity": "sha512-HEpqQo+aKX9aXptbXnerL6H3BxpvQG0El7vuNFF265tyWanM8rkdC0aMZFCh68QIyWmY8f2SIE6NVfxGdBRz2w==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.2.1.tgz",
"integrity": "sha512-7G9VvC8GyQqEGKBupEhAA0KJNW69uppjDmp3ulrqwub80HZPfYFN/i92Y4hGIfar6KBDraTzzZG7rJf/KgTWrA==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.4.0",

View File

@ -28,7 +28,7 @@
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"topola": "^3.1.2"
"topola": "^3.2.1"
},
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.0",