Skip to content

Commit

Permalink
pkg: Update eslint to v8.22.0 (#2134)
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] committed Aug 15, 2022
1 parent eb6cfc6 commit eb6ed07
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"coveralls": "^3.1.0",
"cpy-cli": "^4.0.0",
"cross-fetch": "^3.0.6",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9270,9 +9270,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.21.0":
version: 8.21.0
resolution: "eslint@npm:8.21.0"
"eslint@npm:8.22.0":
version: 8.22.0
resolution: "eslint@npm:8.22.0"
dependencies:
"@eslint/eslintrc": ^1.3.0
"@humanwhocodes/config-array": ^0.10.4
Expand Down Expand Up @@ -9315,7 +9315,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 1d39ddb08772ea230cb7d74f7f81f85b9d46965d3600725c7eb39a27bcdaf28cb2a780dacf6cfa1cfbf2da606b57a5e7e3ab373ab474cbcf0ba042076821f501
checksum: 2d84a7a2207138cdb250759b047fdb05a57fede7f87b7a039d9370edba7f26e23a873a208becfd4b2c9e4b5499029f3fc3b9318da3290e693d25c39084119c80
languageName: node
linkType: hard

Expand Down Expand Up @@ -10347,7 +10347,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.33.0
"@typescript-eslint/parser": 5.33.0
antd: 4.22.3
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down Expand Up @@ -18673,7 +18673,7 @@ __metadata:
coveralls: ^3.1.0
cpy-cli: ^4.0.0
cross-fetch: ^3.0.6
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down Expand Up @@ -20260,7 +20260,7 @@ __metadata:
"@types/react-dom": 18.0.6
"@typescript-eslint/eslint-plugin": 5.33.0
"@typescript-eslint/parser": 5.33.0
eslint: 8.21.0
eslint: 8.22.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-react: 7.30.1
Expand Down

0 comments on commit eb6ed07

Please sign in to comment.