chore(deps-dev): Bump eslint-config-standard from 14.1.1 to 16.0.1 (#1809)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Brix <tony@brix.ninja>
This commit is contained in:
parent
ec2954e200
commit
320aeee27b
6
package-lock.json
generated
6
package-lock.json
generated
@ -2503,9 +2503,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-config-standard": {
|
"eslint-config-standard": {
|
||||||
"version": "14.1.1",
|
"version": "16.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.1.tgz",
|
||||||
"integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==",
|
"integrity": "sha512-WBBiQQZdaPyL+4sPkGWhWrHCDtvJoU195B9j8yXE9uFQnX34gMXI5CeBRm95gx3PMEZPM5OpwET10hH4F4SxCA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"eslint-import-resolver-node": {
|
"eslint-import-resolver-node": {
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"commonmark": "0.29.2",
|
"commonmark": "0.29.2",
|
||||||
"eslint": "^7.12.1",
|
"eslint": "^7.12.1",
|
||||||
"eslint-config-standard": "^14.1.1",
|
"eslint-config-standard": "^16.0.1",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
|
13
test/bench.js
vendored
13
test/bench.js
vendored
@ -279,11 +279,10 @@ if (!module.parent) {
|
|||||||
process.title = 'marked bench';
|
process.title = 'marked bench';
|
||||||
main(process.argv.slice());
|
main(process.argv.slice());
|
||||||
} else {
|
} else {
|
||||||
exports = main;
|
module.exports = main;
|
||||||
exports.main = main;
|
module.exports.main = main;
|
||||||
exports.time = time;
|
module.exports.time = time;
|
||||||
exports.runBench = runBench;
|
module.exports.runBench = runBench;
|
||||||
exports.load = load;
|
module.exports.load = load;
|
||||||
exports.bench = bench;
|
module.exports.bench = bench;
|
||||||
module.exports = exports;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user