Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 49880d5 commit 4bdbd90
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 226 deletions.
2 changes: 1 addition & 1 deletion apps/getting-started-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "18.3.0",
"@xata.io/client": "^0.29.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"next": "14.2.3",
"postcss": "8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion apps/getting-started-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@remix-run/eslint-config": "^2.4.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-chatgpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-next": "13.5.6",
"typescript": "5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@xata.io/client": "latest",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-next": "13.5.6",
"next": "^13.0.7",
"next-auth": "^4.18.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@xata.io/client": "latest",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-next": "13.5.6",
"next": "^13.0.7",
"next-auth": "^4.18.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nextjs-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-config-next": "13.5.6",
"typescript": "5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nextjs-upload-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
Expand Down
436 changes: 217 additions & 219 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 4bdbd90

Please sign in to comment.