Upgraded topola version to 3.3.1

This commit is contained in:
Przemek Wiech 2020-10-03 23:11:54 +02:00
parent c54e97d34f
commit a8cd9efa82
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17074,9 +17074,9 @@
"dev": true "dev": true
}, },
"topola": { "topola": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/topola/-/topola-3.3.0.tgz", "resolved": "https://registry.npmjs.org/topola/-/topola-3.3.1.tgz",
"integrity": "sha512-hl+QPRZxLpXcpuMdQngogZ1ANLDsBQQabMLZLtXrNBHpZ46+43Viliwe0WIsBMrZIHEnFQ4vquc9kNBkhbPp3Q==", "integrity": "sha512-TnoCI3V6Ac4EqCHxjHN5kBUvEIBRY/g/i8WWsJJ015UBAOJzFps5lkf4o0zSko0dyUpvwfkQDBzmsihzD1myOQ==",
"requires": { "requires": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",
"d3-array": "^2.4.0", "d3-array": "^2.4.0",

View File

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