- npm: Update devDeps
parent
a9c743ad4e
commit
332a562876
|
@ -102,8 +102,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
// Our Markdown rules (and used for JSDoc examples as well, by way of
|
||||
// our use of `matchingFileName` in conjunction with
|
||||
// `jsdoc/check-examples` within `ash-nazg`)
|
||||
// our use of `jsdoc/check-examples` within `ash-nazg`)
|
||||
{
|
||||
files: ["**/*.md"],
|
||||
rules: {
|
||||
|
|
|
@ -4099,9 +4099,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-ash-nazg": {
|
||||
"version": "16.3.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-16.3.0.tgz",
|
||||
"integrity": "sha512-D/09Udft3hTPsgFno9JdRwZ8DELHE//UD3arX6GGx/V/wi2OCJ+T4TGtz33tKg5SFaYsvZpZnNTHUHYbHKhLoQ==",
|
||||
"version": "16.4.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-16.4.0.tgz",
|
||||
"integrity": "sha512-s+IHLyw5+ovMlr3nUctsZKyZ5d/K6cCDf1aLPIoem7vvgulHpP7GGdhCXrn9iMz8XHkjgdZC0drXSdhDX/YKoQ==",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-config-standard": {
|
||||
|
@ -4360,9 +4360,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-jsdoc": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-19.2.0.tgz",
|
||||
"integrity": "sha512-QdNifBFLXCDGdy+26RXxcrqzEZarFWNybCZQVqJQYEYPlxd6lm+LPkrs6mCOhaGc2wqC6zqpedBQFX8nQJuKSw==",
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.0.tgz",
|
||||
"integrity": "sha512-JtQw5ctQmflpp3szNnAdyQkBKs4gfVC9Yjer9+g7e0F9l/hraQ4N2fBFUBSpWafpxz9TPV6aAUeYHjM6rHRxBw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"comment-parser": "^0.7.2",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"cypress": "^3.8.1",
|
||||
"cypress-axe": "^0.5.3",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-ash-nazg": "^16.3.0",
|
||||
"eslint-config-ash-nazg": "^16.4.0",
|
||||
"eslint-config-standard": "^14.1.0",
|
||||
"eslint-plugin-array-func": "^3.1.3",
|
||||
"eslint-plugin-compat": "^3.3.0",
|
||||
|
@ -144,7 +144,7 @@
|
|||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.19.1",
|
||||
"eslint-plugin-jsdoc": "^19.2.0",
|
||||
"eslint-plugin-jsdoc": "^20.0.0",
|
||||
"eslint-plugin-markdown": "^1.0.1",
|
||||
"eslint-plugin-no-unsanitized": "^3.0.2",
|
||||
"eslint-plugin-no-use-extend-native": "^0.4.1",
|
||||
|
|
Loading…
Reference in New Issue