Skip to content

Commit 19d4279

Browse files
committed
Temporarily downgrade the @typescript-eslint packages until we figure out how to deal with an /optional/ peer dependency they recently introduced
1 parent 3a6a56b commit 19d4279

File tree

2 files changed

+45
-84
lines changed

2 files changed

+45
-84
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 41 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stack/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"typescript": ">=3.0.0"
2525
},
2626
"dependencies": {
27-
"@typescript-eslint/eslint-plugin": "2.6.1",
28-
"@typescript-eslint/experimental-utils": "2.6.1",
29-
"@typescript-eslint/parser": "2.6.1",
30-
"@typescript-eslint/typescript-estree": "2.6.1",
27+
"@typescript-eslint/eslint-plugin": "2.3.3",
28+
"@typescript-eslint/experimental-utils": "2.3.3",
29+
"@typescript-eslint/parser": "2.3.3",
30+
"@typescript-eslint/typescript-estree": "2.3.3",
3131
"eslint-plugin-promise": "~4.2.1",
3232
"eslint-plugin-react": "~7.16.0",
3333
"eslint-plugin-security": "~1.4.0",

0 commit comments

Comments
 (0)