Skip to content

Commit

Permalink
chore(deps): update eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent ee6b0f0 commit 9e60068
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 117 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"license": "MIT",
"dependencies": {
"@typescript-eslint/parser": "6.7.0",
"eslint-config-prettier": "8.6.0"
"eslint-config-prettier": "9.1.0"
},
"devDependencies": {
"@snyk/protect": "1.1111.0",
"eslint": "8.49.0",
"eslint": "9.10.0",
"typescript": "5.x"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=6.7.0",
"eslint": ">=8",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0 || ^5.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "5.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"final-form": "4.20.9",
Expand Down
Loading

0 comments on commit 9e60068

Please sign in to comment.