Skip to content

Commit

Permalink
Update dependency eslint to v8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 0cdd3dd commit 0903eb4
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 329 deletions.
2 changes: 1 addition & 1 deletion apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.10.5",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"next": "14.0.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "20.5.6",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.3",
"next": "13.5.3",
"qs": "6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.5.6",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.3",
"next": "13.5.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
Loading

0 comments on commit 0903eb4

Please sign in to comment.