Upgraded topola version to 3.3.2

This commit is contained in:
Przemek Wiech
2020-11-13 21:18:10 +01:00
parent 61756adeda
commit ef5fe7502a
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -17074,9 +17074,9 @@
"dev": true
},
"topola": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.1.tgz",
"integrity": "sha512-TnoCI3V6Ac4EqCHxjHN5kBUvEIBRY/g/i8WWsJJ015UBAOJzFps5lkf4o0zSko0dyUpvwfkQDBzmsihzD1myOQ==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.2.tgz",
"integrity": "sha512-pTVwqspyP1CfWfoxF1so/E9DQLnFkqMTHflcz+XCTqKmyB77+Y5URvbHbtvmrucMcvtDGA5aYhYft4Zkx5Erag==",
"requires": {
"array-flat-polyfill": "^1.0.1",
"d3-array": "^2.4.0",
@@ -17197,9 +17197,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
"integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"dev": true
},
"uc.micro": {

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.3.1"
"topola": "^3.3.2"
},
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.0",