Skip to content

Commit

Permalink
chore: update lint packages to ^5.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent 8aff2ce commit 8076913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,8 +61,8 @@
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -21,8 +21,8 @@
"eslint": "^8.10.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-mocha": "^10.0.3"
Expand Down

0 comments on commit 8076913

Please sign in to comment.