Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v9.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 01d73c5 commit 36f0cd4
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 192 deletions.
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/react": "19.0.4",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/ws": "8.5.13",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@whatwg-node/fetch": "0.10.3",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint": "9.18.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 36f0cd4

Please sign in to comment.