fix(deps): update dependency eslint-config-prettier to ^10.0.2

This commit is contained in:
renovate[bot] 2025-02-26 14:36:32 +00:00 committed by GitHub
parent f09568673d
commit 5f2e6f459d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -2028,9 +2028,9 @@
}
},
"node_modules/eslint-config-prettier": {
"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==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz",
"integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==",
"license": "MIT",
"bin": {
"eslint-config-prettier": "build/bin/cli.js"
@ -6150,7 +6150,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/eslint-parser": "^7.26.8",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.0.0"
@ -6222,7 +6222,7 @@
"version": "0.2.10",
"license": "Apache-2.0",
"peerDependencies": {
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.2"
}

View File

@ -12,7 +12,7 @@
"main": "index.js",
"dependencies": {
"@babel/eslint-parser": "^7.26.8",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.0.0"

View File

@ -11,7 +11,7 @@
"license": "Apache-2.0",
"main": "index.js",
"peerDependencies": {
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.2"
},