Upgraded topola library version

This commit is contained in:
Przemek Wiech
2019-11-06 23:16:06 +01:00
parent 9ae7c39aac
commit 7b71c62f73
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14558,9 +14558,9 @@
"dev": true "dev": true
}, },
"topola": { "topola": {
"version": "2.3.6", "version": "2.3.8",
"resolved": "https://registry.npmjs.org/topola/-/topola-2.3.6.tgz", "resolved": "https://registry.npmjs.org/topola/-/topola-2.3.8.tgz",
"integrity": "sha512-ToOzBgIiPLe9i06ftrK5v5RqmQsLT+lbiZLwgXXe9b+9BUF/q8TZe4fNqv7YQ95vN0zWWFUaaD8zSf7bkQ07Uw==", "integrity": "sha512-JQakdWxSZVsfBFoyCYQ1d57vkrB6nb2xD9kcJKYVyW9K+GdBq4FbWU8ybjyytqVOMX65gkA21XWaJ6js8UU5tQ==",
"requires": { "requires": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",
"d3": "^5.4.0", "d3": "^5.4.0",

View File

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