Update dependency eslint-config-prettier to v9

This commit is contained in:
renovate[bot]
2023-11-08 07:31:43 +00:00
committed by Thomas Ruoff
parent 13539c829a
commit f263f94e5a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"@types/uuid": "9.0.7",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"postcss": "8.4.31",
"postcss-flexbugs-fixes": "5.0.2",
@@ -5754,9 +5754,9 @@
}
},
"node_modules/eslint-config-prettier": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
"integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
"integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
"dev": true,
"bin": {
"eslint-config-prettier": "bin/cli.js"
@@ -17374,9 +17374,9 @@
}
},
"eslint-config-prettier": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
"integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
"integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
"dev": true,
"requires": {}
},

View File

@@ -37,7 +37,7 @@
"@types/uuid": "9.0.7",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"postcss": "8.4.31",
"postcss-flexbugs-fixes": "5.0.2",