Skip to content

Commit 1e910d7

Browse files
chore(deps): update dependency eslint to v8.47.0 (#2277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 2991970 commit 1e910d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/next-i18next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"eslint": "8.46.0",
18+
"eslint": "8.47.0",
1919
"eslint-config-next": "12.3.4"
2020
}
2121
}

demos/nx-next-monorepo-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/parser": "^5.36.1",
3737
"babel-jest": "28.1.3",
3838
"cypress": "^12.10.0",
39-
"eslint": "~8.46.0",
39+
"eslint": "~8.47.0",
4040
"eslint-config-next": "12.3.4",
4141
"eslint-config-prettier": "8.8.0",
4242
"eslint-plugin-cypress": "^2.10.3",

demos/turborepo-next-monorepo-demo/apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/core": "^7.0.0",
1919
"@types/node": "^17.0.12",
2020
"@types/react": "18.2.20",
21-
"eslint": "8.46.0",
21+
"eslint": "8.47.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",
2424
"tsconfig": "*",

demos/turborepo-next-monorepo-demo/apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/core": "^7.0.0",
1919
"@types/node": "^17.0.12",
2020
"@types/react": "18.2.20",
21-
"eslint": "8.46.0",
21+
"eslint": "8.47.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",
2424
"tsconfig": "*",

0 commit comments

Comments
 (0)