Skip to content

Commit

Permalink
fix(eslint-config): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 1, 2022
1 parent 51ceecc commit dfe32a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dfe32a0

Please sign in to comment.