Skip to content

Commit 7743b31

Browse files
committed
rush update --full
1 parent f304774 commit 7743b31

File tree

3 files changed

+6849
-1293
lines changed

3 files changed

+6849
-1293
lines changed

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

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"name": "@azure/storage-blob",
1111
"allowedCategories": [ "libraries" ]
1212
},
13+
{
14+
"name": "@babel/core",
15+
"allowedCategories": [ "tests" ]
16+
},
1317
{
1418
"name": "@jest/core",
1519
"allowedCategories": [ "libraries" ]
@@ -106,6 +110,10 @@
106110
"name": "@rushstack/heft-sass-plugin",
107111
"allowedCategories": [ "libraries", "tests" ]
108112
},
113+
{
114+
"name": "@rushstack/heft-storybook-plugin",
115+
"allowedCategories": [ "tests" ]
116+
},
109117
{
110118
"name": "@rushstack/heft-web-rig",
111119
"allowedCategories": [ "libraries", "tests" ]
@@ -162,6 +170,38 @@
162170
"name": "@rushstack/typings-generator",
163171
"allowedCategories": [ "libraries" ]
164172
},
173+
{
174+
"name": "@storybook/addon-actions",
175+
"allowedCategories": [ "tests" ]
176+
},
177+
{
178+
"name": "@storybook/addon-essentials",
179+
"allowedCategories": [ "tests" ]
180+
},
181+
{
182+
"name": "@storybook/addon-links",
183+
"allowedCategories": [ "tests" ]
184+
},
185+
{
186+
"name": "@storybook/cli",
187+
"allowedCategories": [ "tests" ]
188+
},
189+
{
190+
"name": "@storybook/components",
191+
"allowedCategories": [ "tests" ]
192+
},
193+
{
194+
"name": "@storybook/core-events",
195+
"allowedCategories": [ "tests" ]
196+
},
197+
{
198+
"name": "@storybook/react",
199+
"allowedCategories": [ "tests" ]
200+
},
201+
{
202+
"name": "@storybook/theming",
203+
"allowedCategories": [ "tests" ]
204+
},
165205
{
166206
"name": "@typescript-eslint/eslint-plugin",
167207
"allowedCategories": [ "libraries" ]
@@ -214,6 +254,10 @@
214254
"name": "autoprefixer",
215255
"allowedCategories": [ "tests" ]
216256
},
257+
{
258+
"name": "babel-loader",
259+
"allowedCategories": [ "tests" ]
260+
},
217261
{
218262
"name": "builtin-modules",
219263
"allowedCategories": [ "libraries" ]
@@ -306,6 +350,14 @@
306350
"name": "heft-minimal-rig-test",
307351
"allowedCategories": [ "tests" ]
308352
},
353+
{
354+
"name": "heft-storybook-react-tutorial",
355+
"allowedCategories": [ "tests" ]
356+
},
357+
{
358+
"name": "heft-storybook-react-tutorial-storybook",
359+
"allowedCategories": [ "tests" ]
360+
},
309361
{
310362
"name": "html-webpack-plugin",
311363
"allowedCategories": [ "tests" ]
@@ -328,7 +380,7 @@
328380
},
329381
{
330382
"name": "jest",
331-
"allowedCategories": [ "libraries" ]
383+
"allowedCategories": [ "libraries", "tests" ]
332384
},
333385
{
334386
"name": "jest-config",

0 commit comments

Comments
 (0)