Skip to content

Commit

Permalink
chore(): pin eslint-config-prettier ^8.5.0 dev (#144)
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to    |
| ---------- | ---------------------- | ----- | ----- |
| npm        | eslint-config-prettier | 8.4.0 | 8.5.0 |

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 2, 2022
1 parent 025f068 commit 918e7bd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"commitlint": "^16.2.1",
"concurrently": "^7.0.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-ordered-imports": "^0.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3208,14 +3208,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^8.4.0":
version: 8.4.0
resolution: "eslint-config-prettier@npm:8.4.0"
"eslint-config-prettier@npm:^8.5.0":
version: 8.5.0
resolution: "eslint-config-prettier@npm:8.5.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: ee8dc343f1fed15dc0658e190a966cc23644477f2331a7f56ae2bb79dd74892e3cde8ea5c142e7a3329a8291a1de041e13ca96e54d0c85ff4a2aba13390c5f10
checksum: 0d0f5c32e7a0ad91249467ce71ca92394ccd343178277d318baf32063b79ea90216f4c81d1065d60f96366fdc60f151d4d68ae7811a58bd37228b84c2083f893
languageName: node
linkType: hard

Expand Down Expand Up @@ -6091,7 +6091,7 @@ __metadata:
concurrently: ^7.0.0
dotenv: ^16.0.0
eslint: ^8.10.0
eslint-config-prettier: ^8.4.0
eslint-config-prettier: ^8.5.0
eslint-plugin-import: ^2.25.4
eslint-plugin-jest: ^26.1.1
eslint-plugin-ordered-imports: ^0.6.0
Expand Down

0 comments on commit 918e7bd

Please sign in to comment.