mirror of https://github.com/iconify/api.git
Update dependencies
This commit is contained in:
parent
6c7fbd0f96
commit
91a8456226
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -243,6 +243,7 @@ class Loader {
|
|||
if (item.repo === 'iconify') {
|
||||
this.reloadInfo = true;
|
||||
}
|
||||
|
||||
fulfill(collection);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue