Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"name": "@rushstack/rush-vscode-command-webview",
"allowedCategories": [ "vscode-extensions" ]
},
{
"name": "@storybook/telemetry",
"allowedCategories": [ "libraries" ]
},
Comment thread
dmichon-msft marked this conversation as resolved.
Outdated
{
"name": "@ungap/structured-clone",
"allowedCategories": [ "libraries" ]
Expand Down
16 changes: 12 additions & 4 deletions common/config/rush/nonbrowser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
"name": "@rushstack/heft-dev-cert-plugin",
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@rushstack/heft-static-asset-typings-plugin",
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@rushstack/heft-isolated-typescript-transpile-plugin",
"allowedCategories": [ "tests" ]
Expand Down Expand Up @@ -242,6 +238,10 @@
"name": "@rushstack/heft-serverless-stack-plugin",
"allowedCategories": [ "tests" ]
},
{
"name": "@rushstack/heft-static-asset-typings-plugin",
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@rushstack/heft-storybook-plugin",
"allowedCategories": [ "tests" ]
Expand Down Expand Up @@ -474,6 +474,14 @@
"name": "@storybook/react-webpack5",
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@storybook/telemetry-7",
"allowedCategories": [ "libraries" ]
},
{
"name": "@storybook/telemetry-8",
"allowedCategories": [ "libraries" ]
},
{
"name": "@storybook/theming",
"allowedCategories": [ "tests" ]
Expand Down
3 changes: 2 additions & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@
// TODO: Remove once Heft is 1.0.0
"allowAny": ["@rushstack/heft"],
"allowedVersions": {
"webpack": "^4 || ^5"
"webpack": "^4 || ^5",
"storybook": "*"
}
},

Expand Down
825 changes: 412 additions & 413 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "c395a90b30bd67a31beb1d1b08be9aecb02de265",
"pnpmShrinkwrapHash": "90d99f917f49daeaba32bb42a586c2203d338d37",
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
}
Loading
Loading