Skip to content

Commit

Permalink
feat: bump linting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Feb 12, 2024
1 parent 4335520 commit cc2f6f9
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 202 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"review": "yarn install --frozen-lockfile && yarn commitlint && yarn format-check"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0"
},
Expand Down
Loading

0 comments on commit cc2f6f9

Please sign in to comment.