Skip to content

Commit

Permalink
fix(deps): update linters (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
3 people committed May 14, 2024
1 parent fe8772e commit 31dd944
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 135 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.0.0",
"@typescript-eslint/parser": "5.59.1",
"axios": "^1.3.2",
"eslint-config-airbnb-typescript": "^17.0.0",
"jest": "^29.0.0",
Expand Down Expand Up @@ -86,13 +86,13 @@
"eslint-config-airbnb": "19.0.4",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest-environment-jsdom": "^29.0.1",
"miragejs": "^0.1.47",
"playwright-webkit": "^1.27.1"
Expand Down
Loading

0 comments on commit 31dd944

Please sign in to comment.