Skip to content

Commit

Permalink
Update dependency eslint-config-prettier to v10 (#745)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent a1b3737 commit 7c1b7ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/semver": "^7",
"@vercel/ncc": "0.38.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-github": "5.1.5",
"eslint-plugin-import": "2.31.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3768,7 +3768,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:9.1.0, eslint-config-prettier@npm:>=8.0.0":
"eslint-config-prettier@npm:10.0.1":
version: 10.0.1
resolution: "eslint-config-prettier@npm:10.0.1"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: build/bin/cli.js
checksum: 10c0/e2434931669d211663c0493f2c1640a670a02ba4503a68f056a7eda133f383acbbb983a4a7bd0ad6cb3b2bc4d5731c3be8b32fe28e35087a76fea45f7061ae70
languageName: node
linkType: hard

"eslint-config-prettier@npm:>=8.0.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
Expand Down Expand Up @@ -7777,7 +7788,7 @@ __metadata:
"@vercel/ncc": "npm:0.38.3"
console-log-level: "npm:1.4.1"
eslint: "npm:8.57.1"
eslint-config-prettier: "npm:9.1.0"
eslint-config-prettier: "npm:10.0.1"
eslint-import-resolver-typescript: "npm:3.7.0"
eslint-plugin-github: "npm:5.1.5"
eslint-plugin-import: "npm:2.31.0"
Expand Down

0 comments on commit 7c1b7ec

Please sign in to comment.