Upgraded topola version to 3.3.0

This commit is contained in:
Przemek Wiech 2020-09-09 18:07:23 +02:00
parent ab64dcb7cf
commit 9fd9a5822a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16988,9 +16988,9 @@
"dev": true
},
"topola": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.2.1.tgz",
"integrity": "sha512-7G9VvC8GyQqEGKBupEhAA0KJNW69uppjDmp3ulrqwub80HZPfYFN/i92Y4hGIfar6KBDraTzzZG7rJf/KgTWrA==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.0.tgz",
"integrity": "sha512-hl+QPRZxLpXcpuMdQngogZ1ANLDsBQQabMLZLtXrNBHpZ46+43Viliwe0WIsBMrZIHEnFQ4vquc9kNBkhbPp3Q==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.4.0",

View File

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