Skip to content

Commit

Permalink
rush update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed May 11, 2022
1 parent 0e83899 commit 1cc9711
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 5 deletions.
36 changes: 36 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,46 @@
"name": "@mcler/webpack-concat-plugin",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/constants",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/core",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/display",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/math",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/runner",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/settings",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/ticker",
"allowedCategories": [ "production" ]
},
{
"name": "@pixi/utils",
"allowedCategories": [ "production" ]
},
{
"name": "@robotlegsjs/core",
"allowedCategories": [ "games", "production", "tests" ]
},
{
"name": "@robotlegsjs/eventemitter3",
"allowedCategories": [ "production" ]
},
{
"name": "@robotlegsjs/macrobot",
"allowedCategories": [ "tests" ]
Expand Down
32 changes: 28 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "778bf3c869665e9bfd7ab494cb7032dce189b1f7"
"pnpmShrinkwrapHash": "8e0d6525f0782e731f55dba50e269fe9ecd54b12"
}

0 comments on commit 1cc9711

Please sign in to comment.