Skip to content

Commit

Permalink
fix: removed core bundled packages
Browse files Browse the repository at this point in the history
`@pixi/core` now bundles a lot of packages. Trying to use those directly ends up failing or worse, duplicating code without any warning
  • Loading branch information
miltoncandelero committed Jan 19, 2023
1 parent 9b8ee89 commit 8860ffc
Show file tree
Hide file tree
Showing 32 changed files with 2,551 additions and 1,402 deletions.
7 changes: 2 additions & 5 deletions bundles/all-3.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@
"@pixi-spine/runtime-3.8": "^4.0.1"
},
"peerDependencies": {
"@pixi/constants": "^7.0.0",
"@pixi/core": "^7.0.0",
"@pixi/display": "^7.0.0",
"@pixi/graphics": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/mesh": "^7.0.0",
"@pixi/mesh-extras": "^7.0.0",
"@pixi/sprite": "^7.0.0",
"@pixi/utils": "^7.0.0"
"@pixi/sprite": "^7.0.0"
},
"scripts": {
"build": "run-p build:*",
Expand Down Expand Up @@ -80,4 +77,4 @@
"devDependencies": {
"@pixi-spine/rollup-config": "*"
}
}
}
7 changes: 2 additions & 5 deletions bundles/all-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@
"@pixi-spine/runtime-4.0": "^4.0.1"
},
"peerDependencies": {
"@pixi/constants": "^7.0.0",
"@pixi/core": "^7.0.0",
"@pixi/display": "^7.0.0",
"@pixi/graphics": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/mesh": "^7.0.0",
"@pixi/mesh-extras": "^7.0.0",
"@pixi/sprite": "^7.0.0",
"@pixi/utils": "^7.0.0"
"@pixi/sprite": "^7.0.0"
},
"scripts": {
"build": "run-p build:*",
Expand Down Expand Up @@ -80,4 +77,4 @@
"devDependencies": {
"@pixi-spine/rollup-config": "*"
}
}
}
7 changes: 2 additions & 5 deletions bundles/all-4.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@
"@pixi-spine/runtime-4.1": "^4.0.1"
},
"peerDependencies": {
"@pixi/constants": "^7.0.0",
"@pixi/core": "^7.0.0",
"@pixi/display": "^7.0.0",
"@pixi/graphics": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/mesh": "^7.0.0",
"@pixi/mesh-extras": "^7.0.0",
"@pixi/sprite": "^7.0.0",
"@pixi/utils": "^7.0.0"
"@pixi/sprite": "^7.0.0"
},
"scripts": {
"build": "run-p build:*",
Expand Down Expand Up @@ -80,4 +77,4 @@
"devDependencies": {
"@pixi-spine/rollup-config": "*"
}
}
}
7 changes: 2 additions & 5 deletions bundles/pixi-spine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@
"@pixi-spine/runtime-4.1": "^4.0.1"
},
"peerDependencies": {
"@pixi/constants": "^7.0.0",
"@pixi/core": "^7.0.0",
"@pixi/display": "^7.0.0",
"@pixi/graphics": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/mesh": "^7.0.0",
"@pixi/mesh-extras": "^7.0.0",
"@pixi/sprite": "^7.0.0",
"@pixi/utils": "^7.0.0"
"@pixi/sprite": "^7.0.0"
},
"scripts": {
"build": "run-p build:*",
Expand Down Expand Up @@ -85,4 +82,4 @@
"devDependencies": {
"@pixi-spine/rollup-config": "*"
}
}
}
Loading

0 comments on commit 8860ffc

Please sign in to comment.