Skip to content

Commit

Permalink
Support pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
fzxen committed Nov 20, 2024
1 parent da48ac3 commit ddb1797
Show file tree
Hide file tree
Showing 21 changed files with 1,494 additions and 122 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Support pnpm lockfile v9",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
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 @@ -18,6 +18,10 @@
"name": "@microsoft/rush-sdk",
"allowedCategories": [ "tests" ]
},
{
"name": "@pnpm/lockfile.types",
"allowedCategories": [ "libraries" ]
},
{
"name": "@radix-ui/colors",
"allowedCategories": [ "libraries" ]
Expand Down
Loading

0 comments on commit ddb1797

Please sign in to comment.