Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Siemko committed May 18, 2022
1 parent 7affe03 commit 64f591d
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion packages/@gorrion/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "Gorrion Software House (https://gorrion.io)",
"license": "MIT",
"devDependencies": {
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-plugin-jest": "26.2.2",
"typescript": "4.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@gorrion/eslint-config-jsx-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "Gorrion Software House (https://gorrion.io)",
"license": "MIT",
"devDependencies": {
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-plugin-jsx-a11y": "6.5.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@gorrion/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@gorrion/eslint-config-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"author": "Gorrion Software House (https://gorrion.io)",
"license": "MIT",
"devDependencies": {
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-plugin-security": "1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@gorrion/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"typescript": "4.6.4"
Expand Down
Loading

0 comments on commit 64f591d

Please sign in to comment.