|
10 | 10 | "name": "@azure/storage-blob",
|
11 | 11 | "allowedCategories": [ "libraries" ]
|
12 | 12 | },
|
| 13 | + { |
| 14 | + "name": "@babel/core", |
| 15 | + "allowedCategories": [ "tests" ] |
| 16 | + }, |
13 | 17 | {
|
14 | 18 | "name": "@jest/core",
|
15 | 19 | "allowedCategories": [ "libraries" ]
|
|
106 | 110 | "name": "@rushstack/heft-sass-plugin",
|
107 | 111 | "allowedCategories": [ "libraries", "tests" ]
|
108 | 112 | },
|
| 113 | + { |
| 114 | + "name": "@rushstack/heft-storybook-plugin", |
| 115 | + "allowedCategories": [ "tests" ] |
| 116 | + }, |
109 | 117 | {
|
110 | 118 | "name": "@rushstack/heft-web-rig",
|
111 | 119 | "allowedCategories": [ "libraries", "tests" ]
|
|
162 | 170 | "name": "@rushstack/typings-generator",
|
163 | 171 | "allowedCategories": [ "libraries" ]
|
164 | 172 | },
|
| 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 | + }, |
165 | 205 | {
|
166 | 206 | "name": "@typescript-eslint/eslint-plugin",
|
167 | 207 | "allowedCategories": [ "libraries" ]
|
|
214 | 254 | "name": "autoprefixer",
|
215 | 255 | "allowedCategories": [ "tests" ]
|
216 | 256 | },
|
| 257 | + { |
| 258 | + "name": "babel-loader", |
| 259 | + "allowedCategories": [ "tests" ] |
| 260 | + }, |
217 | 261 | {
|
218 | 262 | "name": "builtin-modules",
|
219 | 263 | "allowedCategories": [ "libraries" ]
|
|
306 | 350 | "name": "heft-minimal-rig-test",
|
307 | 351 | "allowedCategories": [ "tests" ]
|
308 | 352 | },
|
| 353 | + { |
| 354 | + "name": "heft-storybook-react-tutorial", |
| 355 | + "allowedCategories": [ "tests" ] |
| 356 | + }, |
| 357 | + { |
| 358 | + "name": "heft-storybook-react-tutorial-storybook", |
| 359 | + "allowedCategories": [ "tests" ] |
| 360 | + }, |
309 | 361 | {
|
310 | 362 | "name": "html-webpack-plugin",
|
311 | 363 | "allowedCategories": [ "tests" ]
|
|
328 | 380 | },
|
329 | 381 | {
|
330 | 382 | "name": "jest",
|
331 |
| - "allowedCategories": [ "libraries" ] |
| 383 | + "allowedCategories": [ "libraries", "tests" ] |
332 | 384 | },
|
333 | 385 | {
|
334 | 386 | "name": "jest-config",
|
|
0 commit comments