Skip to content

Commit 1132dad

Browse files
committed
Lock down the @types/webpack version
1 parent 910a05d commit 1132dad

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

common/config/rush/common-versions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"typescript": "~3.4.3",
2626

2727
// Workaround for https://github.com/microsoft/rushstack/issues/1466
28-
"eslint": "~6.5.1"
28+
"eslint": "~6.5.1",
29+
30+
"@types/webpack": "4.39.8"
2931
},
3032

3133
/**

common/config/rush/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)