Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v8 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 13, 2022
1 parent 87f8d42 commit 9dac68c
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 143 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^17.0.8",
"clean-publish": "^3.4.0",
"commitizen": "^4.2.4",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"inquirer": "^8.2.0",
"jest": "^27.4.5",
"jest-diff": "^27.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts-plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@trigen/eslint-config": "^8.0.0-alpha.1",
"@trigen/scripts": "^8.0.0-alpha.1",
"eslint": "^7.32.0"
"eslint": "^8.0.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 9dac68c

Please sign in to comment.