Skip to content

Commit

Permalink
chore(eslint-config): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent bf3b977 commit e5dad63
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-hook-consent": "3.5.3",
"react-hook-form": "7.52.1",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.2",
"react-i18next": "14.1.3",
"zod": "3.23.8"
},
"devDependencies": {
Expand All @@ -119,8 +119,8 @@
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2"
"react-i18next": "14.1.3"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"react-hook-form": "7.52.1",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "14.1.2",
"react-i18next": "14.1.3",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
Expand Down Expand Up @@ -213,7 +213,7 @@
"react-error-boundary": "4.0.13",
"react-hook-form": "7.52.1",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.2"
"react-i18next": "14.1.3"
},
"msw": {
"workerDirectory": [
Expand Down
Loading

0 comments on commit e5dad63

Please sign in to comment.