Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 10.0.1 #12971

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"coveralls": "3.1.1",
"dependency-tree": "10.0.9",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-json": "3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12588,14 +12588,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.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: bin/cli.js
checksum: 10/276b0b5b5b19066962a9ff3a16a553bdad28e1c0a2ea33a1d75d65c0428bb7b37f6e85ac111ebefcc9bdefb544385856dbe6eaeda5279c639e5549c113d27dda
eslint-config-prettier: build/bin/cli.js
checksum: 10/ba6875df0fc4fd3c7c6e2ec9c2e6a224462f7afc662f4cf849775c598a3571c1be136a9b683b12971653b3dcf3f31472aaede3076524b46ec9a77582630158e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -13805,7 +13805,7 @@ __metadata:
dayjs: "npm:1.11.11"
dependency-tree: "npm:10.0.9"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:9.0.0"
eslint-config-prettier: "npm:10.0.1"
eslint-plugin-import: "npm:2.26.0"
eslint-plugin-jsdoc: "npm:46.9.0"
eslint-plugin-json: "npm:3.1.0"
Expand Down
Loading