Skip to content

Commit

Permalink
fix(deps): update dependency eslint to ^8.19.0 (#771)
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 Jul 2, 2022
1 parent 3ce05f2 commit 73e98bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"concurrently": "^7.2.2",
"consola": "^2.15.3",
"dotenv": "^16.0.1",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"lerna": "^5.1.6",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"css-minimizer-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"eslint-config-bod": "^5.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4374,7 +4374,7 @@ __metadata:
css-minimizer-webpack-plugin: ^4.0.0
dotenv: ^16.0.1
dotenv-expand: ^8.0.3
eslint: ^8.18.0
eslint: ^8.19.0
eslint-config-bod: ^5.11.0
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1
Expand Down Expand Up @@ -8136,7 +8136,7 @@ __metadata:
concurrently: ^7.2.2
consola: ^2.15.3
dotenv: ^16.0.1
eslint: ^8.18.0
eslint: ^8.19.0
jest: ^28.1.2
lerna: ^5.1.6
prettier: ^2.7.1
Expand Down Expand Up @@ -9949,9 +9949,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.18.0":
version: 8.18.0
resolution: "eslint@npm:8.18.0"
"eslint@npm:^8.19.0":
version: 8.19.0
resolution: "eslint@npm:8.19.0"
dependencies:
"@eslint/eslintrc": ^1.3.0
"@humanwhocodes/config-array": ^0.9.2
Expand Down Expand Up @@ -9990,7 +9990,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: d9b4b7488a9cee97608343cbb5ac652d3f316436f95ef0800cd9497c1c6f877b655a3275817989c02f1ff0d5dfd1959c5092af9251c7e3fcf60659da37752a10
checksum: 0bc9df1a3a09dcd5a781ec728f280aa8af3ab19c2d1f14e2668b5ee5b8b1fb0e72dde5c3acf738e7f4281685fb24ec149b6154255470b06cf41de76350bca7a4
languageName: node
linkType: hard

Expand Down

0 comments on commit 73e98bf

Please sign in to comment.