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 Oct 16, 2023
1 parent 7141bde commit e5a0a84
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 39 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@typescript-eslint/parser": "6.7.0",
"eslint-config-prettier": "8.6.0"
"eslint-config-prettier": "9.0.0"
},
"devDependencies": {
"@snyk/protect": "1.1111.0",
Expand All @@ -27,7 +27,7 @@
"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
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@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-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"final-form": "4.20.9",
Expand Down

0 comments on commit e5a0a84

Please sign in to comment.