Skip to content

Commit

Permalink
fix(deps): update dependency eslint-config-prettier to v9 (#1016)
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 14, 2023
1 parent a9a0380 commit 2e7d863
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@dg-scripts/eslint-config-react": "^5.14.0",
"@dg-scripts/eslint-config-vue": "^5.14.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dotenv-expand": "^10.0.0",
"eslint": "^8.47.0",
"eslint-config-bod": "^5.14.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ __metadata:
dependencies:
"@dg-scripts/eslint-config-react": ^5.14.0
"@dg-scripts/eslint-config-vue": ^5.14.0
eslint-config-prettier: ^8.10.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.0
peerDependencies:
eslint: ^8.0.0
Expand Down Expand Up @@ -4123,7 +4123,7 @@ __metadata:
dotenv-expand: ^10.0.0
eslint: ^8.47.0
eslint-config-bod: ^5.14.0
eslint-config-prettier: ^8.10.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.0
eslint-webpack-plugin: ^4.0.1
file-loader: ^6.2.0
Expand Down Expand Up @@ -9786,14 +9786,14 @@ __metadata:
languageName: unknown
linkType: soft

"eslint-config-prettier@npm:^8.10.0":
version: 8.10.0
resolution: "eslint-config-prettier@npm:8.10.0"
"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: 153266badd477e49b0759816246b2132f1dbdb6c7f313ca60a9af5822fd1071c2bc5684a3720d78b725452bbac04bb130878b2513aea5e72b1b792de5a69fec8
checksum: 362e991b6cb343f79362bada2d97c202e5303e6865888918a7445c555fb75e4c078b01278e90be98aa98ae22f8597d8e93d48314bec6824f540f7efcab3ce451
languageName: node
linkType: hard

Expand Down

0 comments on commit 2e7d863

Please sign in to comment.