Skip to content

Commit

Permalink
Merge pull request #41 from RobotlegsJS/upgrade-pixijs-to-v6
Browse files Browse the repository at this point in the history
Upgrade pixi.js to version 6.3.2; fixes #36
  • Loading branch information
tiagoschenkel authored Jul 13, 2022
2 parents c9db648 + 93d2ef7 commit 27dcc4a
Show file tree
Hide file tree
Showing 129 changed files with 1,053 additions and 1,502 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@robotlegsjs/pixi-palidor",
"comment": "Update [pixi.js](https://www.npmjs.com/package/pixi.js) to version **6.3.2** (see [41](https://github.com/RobotlegsJS/RobotlegsJS-Framework/pull/41))",
"type": "major"
}
],
"packageName": "@robotlegsjs/pixi-palidor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@robotlegsjs/pixi-signalmediator",
"comment": "Update [pixi.js](https://www.npmjs.com/package/pixi.js) to version **6.3.2** (see [41](https://github.com/RobotlegsJS/RobotlegsJS-Framework/pull/41))",
"type": "major"
}
],
"packageName": "@robotlegsjs/pixi-signalmediator"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@robotlegsjs/pixi",
"comment": "Update [pixi.js](https://www.npmjs.com/package/pixi.js) to version **6.3.2** (see [41](https://github.com/RobotlegsJS/RobotlegsJS-Framework/pull/41))",
"type": "major"
}
],
"packageName": "@robotlegsjs/pixi"
}
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
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
"phaser": "^3.22.0",
"phaser-ce": "^2.15.0",
"pixi.js": "^5.2.1"
"pixi.js": "^6.3.2"
},

/**
Expand Down
Loading

0 comments on commit 27dcc4a

Please sign in to comment.