Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.51.0 (#2318)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 327ceab commit c86d7ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-next": "12.3.4"
}
}
2 changes: 1 addition & 1 deletion demos/nx-next-monorepo-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "28.1.3",
"cypress": "^12.10.0",
"eslint": "~8.50.0",
"eslint": "~8.51.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.10.3",
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "18.2.25",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-custom": "*",
"next-transpile-modules": "9.0.0",
"tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "18.2.25",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-custom": "*",
"next-transpile-modules": "9.0.0",
"tsconfig": "*",
Expand Down

0 comments on commit c86d7ff

Please sign in to comment.