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 Oct 24, 2023
1 parent 2cea913 commit fad9fb1
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 160 deletions.
8 changes: 4 additions & 4 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.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0"
},
Expand Down
Loading

0 comments on commit fad9fb1

Please sign in to comment.