Skip to content

Commit

Permalink
Update PixiJS to 8.4.0 for pixijs/pixijs#10732
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Oct 4, 2024
1 parent 72c4ae9 commit e27c4a0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
56 changes: 28 additions & 28 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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@pixi-essentials/svg": "2.0.2",
"@typescript-eslint/parser": "~3.9.1",
"@typescript-eslint/eslint-plugin": "~3.9.1",
"pixi.js": "^8.2.0"
"pixi.js": "^8.4.0"
},
"devDependencies": {
"@pixi-essentials/eslint-config": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gradients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pixi.js": "^8.1.0"
},
"devDependencies": {
"pixi.js": "^8.2.0",
"pixi.js": "^8.4.0",
"rollup": "^2.28.2",
"@pixi-build-tools/rollup-configurator": "^1.0.10",
"typescript": "~4.9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"*.d.ts"
],
"devDependencies": {
"pixi.js": "^8.2.0",
"pixi.js": "^8.4.0",
"@pixi-essentials/eslint-config": "^1.0.0",
"eslint": "^7.9.0",
"rollup": "^2.28.1",
Expand All @@ -44,7 +44,7 @@
"@microsoft/api-extractor": "~7.16.1"
},
"peerDependencies": {
"pixi.js": "^8.2.0"
"pixi.js": "^8.4.0"
},
"dependencies": {
"d-path-parser": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/texture-allocator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint": "~7.13.0",
"@pixi-essentials/eslint-config": "~1.0.0",
"@microsoft/api-extractor": "~7.16.1",
"pixi.js": "^8.2.0"
"pixi.js": "^8.4.0"
}
}

0 comments on commit e27c4a0

Please sign in to comment.