- Fix: Avoid race condition in jQuery.svgIcons.js (evident

when attempting to load from `file:` URL in Chrome)
- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-07-04 15:15:58 +08:00
parent b5e61a238e
commit f734625587
23 changed files with 2816 additions and 851 deletions

12
package-lock.json generated
View File

@@ -3489,9 +3489,9 @@
}
},
"eslint-config-ash-nazg": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.0.1.tgz",
"integrity": "sha512-VH1tEN+7tpgpPUFG74aQCW1orVJ8OMm38sO98IXqRJiOWv6r9Y3lkcqPBtL9InrChQ9ea0NRklMuqgz4ludOQQ==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.0.2.tgz",
"integrity": "sha512-VuKP7pADM+WRvSon2gCnzJQgyHFU6U7cB5b2NYbJ7FZUj++TAfCTVbiuAjQgGUJtm5XZgt0eveoPPKus5pDErQ==",
"dev": true
},
"eslint-config-standard": {
@@ -3716,9 +3716,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-10.0.3.tgz",
"integrity": "sha512-aTlXmX4iCWf/vZyzcT13ggrHG6WW1QFvFbtrAVHU+Llcm1T7cvS/zQgPdRms2fY5XR4qBmsfeUuLe7RsszzhxQ==",
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-10.1.1.tgz",
"integrity": "sha512-DOGbG3g5Qke+2nojyWv22SJ2hWjhGhfqzowhte4RpfJz5AdA1LIG9cvKTDHNo30tHbolMW2W7upJq8xnC17cnw==",
"dev": true,
"requires": {
"comment-parser": "^0.5.5",