mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore(deps): update deps
This commit is contained in:
parent
ae5ae0bb12
commit
e80db3ad83
17357
package-lock.json
generated
17357
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
||||
"c8": "^7.14.0",
|
||||
"eslint": "^8.42.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",
|
||||
"execa": "^7.1.1",
|
||||
"hereby": "^1.8.1",
|
||||
@ -33,7 +33,7 @@
|
||||
"license-check-and-add": "^4.0.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mock-fs": "^5.2.0",
|
||||
"prettier": "^2.8.8"
|
||||
"prettier": "^3.0.3"
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
||||
@ -17,4 +17,5 @@
|
||||
module.exports = {
|
||||
printWidth: 100,
|
||||
singleQuote: true,
|
||||
trailingComma: 'es5',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user