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 Jul 1, 2024
1 parent b2facc6 commit b5f8d13
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 447 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": "^18.0.17",
"@whatwg-node/fetch": "^0.9.17",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.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 @@ -13,7 +13,7 @@
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.19",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-next": "13.4.12",
"graphql": "^16.1.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": "18.2.8",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.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": "20.2.3",
"@types/react": "18.2.8",
"esbuild": "0.17.19",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.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": "18.16.16",
"@types/react": "18.2.8",
"@types/ws": "8.5.4",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.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 @@ -21,7 +21,7 @@
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"eslint": "8.42.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.0.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 @@ -67,7 +67,7 @@
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "^8.44.0",
"eslint": "^9.0.0",
"graphql": "^16.5.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
Expand Down
Loading

0 comments on commit b5f8d13

Please sign in to comment.