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] committed Aug 14, 2024
1 parent 88393b3 commit e9bf5fa
Show file tree
Hide file tree
Showing 8 changed files with 254 additions and 532 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.9.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
}
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.9.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.9.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
}
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.9.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
}
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": "20.14.12",
"@types/react": "18.2.8",
"@types/ws": "8.5.4",
"eslint": "8.42.0",
"eslint": "9.9.0",
"eslint-config-next": "13.4.12",
"typescript": "5.5.4"
}
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": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"eslint": "8.42.0",
"eslint": "9.9.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.1.4",
"jest": "^29.0.0",
Expand Down
Loading

0 comments on commit e9bf5fa

Please sign in to comment.