Skip to content

Commit 4e9f6e2

Browse files
committed
Include webpack in common-versions
1 parent 6ab290d commit 4e9f6e2

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

common/config/rush/browser-approved-packages.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
{
33
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/approved-packages.schema.json",
44
"packages": [
5-
{
6-
"name": "chokidar",
7-
"allowedCategories": [ "libraries" ]
8-
}
95
]
106
}

common/config/rush/common-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
// Workaround for https://github.com/microsoft/rushstack/issues/1466
3535
"eslint": "~6.5.1",
3636

37-
"@types/webpack": "4.39.8"
37+
"@types/webpack": "4.39.8",
38+
"webpack": "~4.31.0"
3839
},
3940

4041
/**

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
"name": "chalk",
231231
"allowedCategories": [ "libraries" ]
232232
},
233+
{
234+
"name": "chokidar",
235+
"allowedCategories": [ "libraries" ]
236+
},
233237
{
234238
"name": "clean-css",
235239
"allowedCategories": [ "libraries" ]

common/config/rush/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)