Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-prettier to v9 (#194)
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 Aug 7, 2023
1 parent d011f1a commit 2bfc7ed
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 @@ -64,7 +64,7 @@
"@typescript-eslint/parser": "^6.2.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ __metadata:
commander: ^11.0.0
cz-conventional-changelog: ^3.3.0
eslint: ^8.46.0
eslint-config-prettier: ^8.10.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.0
husky: ^8.0.3
js-yaml: ^4.1.0
Expand Down Expand Up @@ -1735,7 +1735,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^8.10.0, eslint-config-prettier@npm:^8.8.0":
"eslint-config-prettier@npm:^8.8.0":
version: 8.10.0
resolution: "eslint-config-prettier@npm:8.10.0"
peerDependencies:
Expand All @@ -1746,6 +1746,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.0.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 362e991b6cb343f79362bada2d97c202e5303e6865888918a7445c555fb75e4c078b01278e90be98aa98ae22f8597d8e93d48314bec6824f540f7efcab3ce451
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^5.0.0":
version: 5.0.0
resolution: "eslint-plugin-prettier@npm:5.0.0"
Expand Down

0 comments on commit 2bfc7ed

Please sign in to comment.