CI(deps): Update dependency eslint-config-prettier to v10 (#58)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f59fc3067a
commit
44a6c48a17
2 changed files with 19 additions and 6 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
|||
"@revi/eslint-config": "0.0.20",
|
||||
"@revi/prettier-config": "0.2.4",
|
||||
"eslint": "9.18.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-config-prettier": "10.0.1",
|
||||
"jshint": "2.13.6",
|
||||
"prettier": "3.4.2"
|
||||
}
|
||||
|
@ -397,6 +397,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/eslint-config/node_modules/eslint-config-prettier": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
||||
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"eslint-config-prettier": "bin/cli.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/prettier-config": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.2.4.tgz",
|
||||
|
@ -870,13 +883,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-prettier": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
||||
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz",
|
||||
"integrity": "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"eslint-config-prettier": "bin/cli.js"
|
||||
"eslint-config-prettier": "build/bin/cli.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=7.0.0"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"@revi/eslint-config": "0.0.20",
|
||||
"@revi/prettier-config": "0.2.4",
|
||||
"eslint": "9.18.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-config-prettier": "10.0.1",
|
||||
"jshint": "2.13.6",
|
||||
"prettier": "3.4.2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue