Update dependencies

This commit is contained in:
Vjacheslav Trushkin 2019-03-02 13:41:28 +02:00
parent 6c7fbd0f96
commit 91a8456226
3 changed files with 6 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"version": "2.0.0-beta1",
"version": "2.0.0-beta2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -10,9 +10,9 @@
"optional": true
},
"@iconify/json-tools": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@iconify/json-tools/-/json-tools-1.0.5.tgz",
"integrity": "sha512-CfgaLFnd+fuXg2zcxI2/LZpFZHcPUl8BmNNzeP2usLw+Z+JPDwibt8H41pJ86dy8ADMONsTBeTpkFXLh+n9Gsw=="
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@iconify/json-tools/-/json-tools-1.0.6.tgz",
"integrity": "sha512-mBM+Zk1rodeQ+RdpHj4RWFBMErC0YTca5npOlNqJr/6TFjHN5qnY7GYWe4rf/poB6L9BYrJ73irz1hyeLE1CDA=="
},
"accepts": {
"version": "1.3.5",

View File

@ -16,7 +16,7 @@
"url": "git+ssh://git@github.com/iconify-design/api.js.git"
},
"dependencies": {
"@iconify/json-tools": "^1.0.5",
"@iconify/json-tools": "^1.0.6",
"express": "^4.16.4"
},
"devDependencies": {

View File

@ -243,6 +243,7 @@ class Loader {
if (item.repo === 'iconify') {
this.reloadInfo = true;
}
fulfill(collection);
});
}