- npm: update devDeps

This commit is contained in:
Brett Zamir
2019-07-14 07:35:16 -07:00
parent 48c737006e
commit 0ef3d2c64c
10 changed files with 11 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
- Testing: Accessibility test API update
- Docs: Clarify need for Node.js/npm being installed
- Build: Remove `types-docs` script as being handled in ESLint
- npm: Update devDeps (including switching from deprecate opn-cli
- npm: Update devDeps (including switching from deprecated opn-cli
package to open-cli); update core-js-bundle copy; add new
axe testing peer dep. axe-core in devDeps

1
dist/index-es.js vendored
View File

@@ -23042,7 +23042,6 @@ function jQueryPluginSVGIcons($) {
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

File diff suppressed because one or more lines are too long

1
dist/index-umd.js vendored
View File

@@ -23048,7 +23048,6 @@
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

File diff suppressed because one or more lines are too long

View File

@@ -15,7 +15,6 @@
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

View File

@@ -23045,7 +23045,6 @@
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**

19
package-lock.json generated
View File

@@ -3491,12 +3491,6 @@
"is-symbol": "^1.0.2"
}
},
"escape-regex-string": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/escape-regex-string/-/escape-regex-string-1.0.6.tgz",
"integrity": "sha512-AcaPwAOKpF52ETT4uu4vmpqQphuQGjIEhdDwG/gAJYah8ixJlrSBFjhtLMT7frc9y3RWgOnLov9E0MsRBdeRbw==",
"dev": true
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
@@ -3605,9 +3599,9 @@
}
},
"eslint-config-ash-nazg": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.4.0.tgz",
"integrity": "sha512-vzfZc0ihhJT2aUU8em2TQOCnS55+3CmFn/XV3oWntycjGIPqEFF46Vta2J0/qY5VBJqo4lUiZZEtKxpFKmqY+Q==",
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.5.0.tgz",
"integrity": "sha512-2iqhAMHPo1o88OuT8Fr/uqkyq3XHV/K3m77yUj5oG37bP4a6jzPu2LcHBz2NE3ffXgd4Hp9lPvLB5Z/8kePIkA==",
"dev": true
},
"eslint-config-standard": {
@@ -3832,14 +3826,13 @@
}
},
"eslint-plugin-jsdoc": {
"version": "15.3.9",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.3.9.tgz",
"integrity": "sha512-+AtEL1H6bA5cXLHOFh/h3sy6scJ7QMNlTUXYm88nQZfNtsXfc6Is97IgMkqOSeoisLfbUZOCUIV0yXgg2TyYOA==",
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.5.1.tgz",
"integrity": "sha512-ZE2UyTfikhkS9XatRo+UhTFJVrW0XIpK19XQdlFkgpq/BWcewRPYZdO1nJ3r5Z/o4oITfASCPZMArW9Wjhiukg==",
"dev": true,
"requires": {
"comment-parser": "^0.5.5",
"debug": "^4.1.1",
"escape-regex-string": "^1.0.6",
"flat-map-polyfill": "^0.3.8",
"jsdoctypeparser": "5.0.1",
"lodash": "^4.17.14",

View File

@@ -86,14 +86,14 @@
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"core-js-bundle": "^3.1.4",
"eslint": "6.0.1",
"eslint-config-ash-nazg": "8.4.0",
"eslint-config-ash-nazg": "8.5.0",
"eslint-config-standard": "13.0.1",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-compat": "^3.2.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsdoc": "^15.3.9",
"eslint-plugin-jsdoc": "^15.5.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "9.1.0",

View File

@@ -23045,7 +23045,6 @@
* @example $.jGraduate.Paint({linearGradient: o, a: 50}); // creates a linear gradient paint with opacity=0.5
* @example $.jGraduate.Paint({radialGradient: o, a: 7}); // creates a radial gradient paint with opacity=0.07
* @example $.jGraduate.Paint({hex: '#rrggbb', linearGradient: o}); // throws an exception?
*
*/
/**