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] authored Oct 19, 2024
1 parent ee6b0f0 commit 48bc691
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 124 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"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.13.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",
"eslint-plugin-react-hooks": "^4.3.0 || ^5.0.0",
"typescript": "5.x"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@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.13.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",
"eslint-plugin-react-hooks": "5.0.0",
"final-form": "4.20.9",
"identity-obj-proxy": "3.0.0",
"jest": "29.4.3",
Expand Down
Loading

0 comments on commit 48bc691

Please sign in to comment.