Skip to content

Commit 2a7b6c6

Browse files
authored
fix(ci): fix examples CI check (#7801)
### Description Examples check is failing due to this missing dependency in with-changesets. This is failing in CI, and when tested locally with `pnpm lint`
1 parent f4ad616 commit 2a7b6c6

File tree

2 files changed

+126
-5
lines changed

2 files changed

+126
-5
lines changed

examples/with-changesets/packages/eslint-config/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
"react-internal.js"
99
],
1010
"devDependencies": {
11+
"@next/eslint-plugin-next": "^14.1.4",
12+
"@typescript-eslint/eslint-plugin": "^7.1.0",
13+
"@typescript-eslint/parser": "^7.1.0",
1114
"@vercel/style-guide": "^5.2.0",
12-
"eslint-config-turbo": "^1.12.4",
1315
"eslint-config-prettier": "^9.1.0",
16+
"eslint-config-turbo": "^1.12.4",
1417
"eslint-plugin-only-warn": "^1.1.0",
15-
"@typescript-eslint/parser": "^7.1.0",
16-
"@typescript-eslint/eslint-plugin": "^7.1.0",
1718
"typescript": "^5.3.3"
1819
}
1920
}

examples/with-changesets/pnpm-lock.yaml

+122-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)