chore(deps): update deps

This commit is contained in:
Jeff Williams 2023-09-02 15:30:03 -07:00
parent ae5ae0bb12
commit e80db3ad83
No known key found for this signature in database
3 changed files with 3914 additions and 13448 deletions

17353
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
"c8": "^7.14.0", "c8": "^7.14.0",
"eslint": "^8.42.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"execa": "^7.1.1", "execa": "^7.1.1",
"hereby": "^1.8.1", "hereby": "^1.8.1",
@ -33,7 +33,7 @@
"license-check-and-add": "^4.0.5", "license-check-and-add": "^4.0.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mock-fs": "^5.2.0", "mock-fs": "^5.2.0",
"prettier": "^2.8.8" "prettier": "^3.0.3"
}, },
"type": "module", "type": "module",
"engines": { "engines": {

View File

@ -17,4 +17,5 @@
module.exports = { module.exports = {
printWidth: 100, printWidth: 100,
singleQuote: true, singleQuote: true,
trailingComma: 'es5',
}; };