fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-27 18:41:22 +00:00
parent e0d9c3a3e0
commit 757e709f3f
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -1104,15 +1104,15 @@
}
},
"@pushrocks/lik": {
"version": "4.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2flik/-/lik-4.0.6.tgz",
"integrity": "sha512-WiGRUApoxoZhmJ3D/oCPVeo0S31hZ+JE87ggNYCRYBgPROwjNANOfLa3Dk3sg5s9op8K7YhRCH5fiImLTTlDuw==",
"version": "4.0.8",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2flik/-/lik-4.0.8.tgz",
"integrity": "sha512-0rug63ehpauG21++samf7yIy3wJaGEa4+MbN0jUBkurc6g/PG5Qx8rE8USgm089gZUsoj4pNS/xyEDLQIsCOlQ==",
"requires": {
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartmatch": "^1.0.7",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.5",
"@pushrocks/smarttime": "^3.0.16",
"@pushrocks/smartrx": "^2.0.10",
"@pushrocks/smarttime": "^3.0.18",
"@pushrocks/smartunique": "^3.0.3",
"@types/minimatch": "^3.0.3",
"symbol-tree": "^3.2.4"
@ -1328,11 +1328,11 @@
}
},
"@pushrocks/smartrx": {
"version": "2.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrx/-/smartrx-2.0.10.tgz",
"integrity": "sha512-vUeCPfqAaG/jZDI5DVnch/3f42O7q1qOd9gDrjusWxLGcQRCWf1nybS/zoFktGILh/mM0vwofcOcq7IeDLC6rQ==",
"version": "2.0.11",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrx/-/smartrx-2.0.11.tgz",
"integrity": "sha512-vW+aMIkymjtxMN4jKBSFUfITLA9Jw8s+wnh4nPz+gVnNIFU9u06CjifJLkO3hUcTfhkLFJsdJnMfOOYs2DHGAQ==",
"requires": {
"@pushrocks/lik": "^4.0.6",
"@pushrocks/lik": "^4.0.8",
"@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.5.5"
}

View File

@ -33,7 +33,7 @@
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartmatch": "^1.0.7",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.10",
"@pushrocks/smartrx": "^2.0.11",
"@pushrocks/smarttime": "^3.0.18",
"@pushrocks/smartunique": "^3.0.3",
"@types/minimatch": "^3.0.3",