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 Feb 23, 2024
1 parent 36a8d29 commit b72c6c0
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 327 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.58",
"@types/react-dom": "18.2.19",
"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.58",
"@types/react-dom": "18.2.19",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.3",
"next": "13.5.3",
"qs": "6.11.2",
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.58",
"@types/react-dom": "18.2.19",
"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.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
Loading

0 comments on commit b72c6c0

Please sign in to comment.