Skip to content

Commit

Permalink
Move some non-browser packages out of browser-approved-packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Nov 21, 2023
1 parent cd62256 commit bda8e97
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 0 additions & 12 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@
"name": "@rushstack/rush-vscode-command-webview",
"allowedCategories": [ "vscode-extensions" ]
},
{
"name": "@typescript-eslint/types",
"allowedCategories": [ "libraries" ]
},
{
"name": "@vscode/test-electron",
"allowedCategories": [ "vscode-extensions" ]
},
{
"name": "axios",
"allowedCategories": [ "libraries" ]
Expand Down Expand Up @@ -101,10 +93,6 @@
{
"name": "tslib",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "update-notifier",
"allowedCategories": [ "libraries" ]
}
]
}
20 changes: 16 additions & 4 deletions common/config/rush/nonbrowser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,18 @@
"name": "@typescript-eslint/parser",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "@typescript-eslint/types",
"allowedCategories": [ "libraries" ]
},
{
"name": "@typescript-eslint/typescript-estree",
"allowedCategories": [ "libraries" ]
},
{
"name": "@vscode/test-electron",
"allowedCategories": [ "vscode-extensions" ]
},
{
"name": "@yarnpkg/lockfile",
"allowedCategories": [ "libraries" ]
Expand Down Expand Up @@ -442,10 +450,6 @@
"name": "eslint",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "local-eslint-config",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "eslint-plugin-deprecation",
"allowedCategories": [ "libraries" ]
Expand Down Expand Up @@ -634,6 +638,10 @@
"name": "loader-utils",
"allowedCategories": [ "libraries" ]
},
{
"name": "local-eslint-config",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "local-node-rig",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
Expand Down Expand Up @@ -818,6 +826,10 @@
"name": "typescript",
"allowedCategories": [ "libraries", "tests", "vscode-extensions" ]
},
{
"name": "update-notifier",
"allowedCategories": [ "libraries" ]
},
{
"name": "url-loader",
"allowedCategories": [ "libraries" ]
Expand Down

0 comments on commit bda8e97

Please sign in to comment.