Upgraded topola to version 3.0.1

This commit is contained in:
Przemek Wiech
2020-03-18 23:21:11 +01:00
parent 3650082386
commit 50125db295
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -15406,9 +15406,9 @@
"dev": true "dev": true
}, },
"topola": { "topola": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.0.0.tgz", "resolved": "https://registry.npmjs.org/topola/-/topola-3.0.1.tgz",
"integrity": "sha512-taln1nxS819MpxtIwqCjW47VljOT9HBhpaxtjSqVEKPBzXV8/zLIemF2NkIMSuH+7jnKJllpXAc1FAseBC0cfA==", "integrity": "sha512-dATUaLICbe4B9LGxVQgffg3fGI0AfZ2gsJDLL3eH2fvvr8uILuESG51zPXUS801H7aGSmw3fqUZnrTw/9kFTzg==",
"requires": { "requires": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",
"d3": "^5.4.0", "d3": "^5.4.0",

View File

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