Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 20, 2024
1 parent 9cf16d0 commit 0551682
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 67 deletions.
19 changes: 2 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,7 @@
"hosted-git-info": "^2.1.4"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@pixi/app": "^7.1.1",
"@pixi/constants": "^7.1.1",
"@pixi/core": "^7.1.1",
"@pixi/display": "^7.1.1",
"@pixi/extensions": "^7.1.1",
"@pixi/graphics": "^7.1.1",
"@pixi/math": "^7.1.1",
"@pixi/mesh": "^7.1.1",
"@pixi/mesh-extras": "^7.1.1",
"@pixi/particle-container": "^7.1.1",
"@pixi/sprite": "^7.1.1",
"@pixi/sprite-animated": "^7.1.1",
"@pixi/sprite-tiling": "^7.1.1",
"@pixi/text": "^7.1.1",
"@pixi/text-bitmap": "^7.1.1",
"@pixi/ticker": "^7.1.1",
"pixi.js": "^8.0.0",
"@react-spring/animated": "^9.6.1",
"@react-spring/types": "^9.6.1",
"react": "^18.0.0",
Expand All @@ -60,6 +44,7 @@
"react-spring": "^9.6.1"
},
"devDependencies": {
"@babel/runtime": "^7.14.8",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
Expand Down
32 changes: 2 additions & 30 deletions packages/animated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,9 @@
"dependencies": {
"@pixi/react": "^7.1.2"
},
"devDependencies": {
"@pixi/app": "^7.1.1",
"@pixi/core": "^7.1.1",
"@pixi/display": "^7.1.1",
"@pixi/graphics": "^7.1.1",
"@pixi/math": "^7.1.1",
"@pixi/mesh-extras": "^7.1.1",
"@pixi/particle-container": "^7.1.1",
"@pixi/sprite": "^7.1.1",
"@pixi/sprite-animated": "^7.1.1",
"@pixi/sprite-tiling": "^7.1.1",
"@pixi/text": "^7.1.1",
"@pixi/text-bitmap": "^7.1.1",
"@pixi/ticker": "^7.1.1"
},
"peerDependencies": {
"@babel/runtime": "^7.14.8",
"@pixi/app": ">=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-extras": ">=7.0.0",
"@pixi/particle-container": ">=7.0.0",
"@pixi/react": "*",
"@pixi/sprite": ">=7.0.0",
"@pixi/sprite-animated": ">=7.0.0",
"@pixi/sprite-tiling": ">=7.0.0",
"@pixi/text": ">=7.0.0",
"@pixi/text-bitmap": ">=7.0.0",
"@pixi/ticker": ">=7.0.0",
"pixi.js": ">=8.0.0",
"@pixi/react": ">=8.0.0",
"@react-spring/animated": ">=9.0.0",
"prop-types": "^15.8.1",
"react": ">=17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@pixi/react-animated": "*",
"clsx": "^1.2.1",
"lodash.times": "^4.3.2",
"pixi.js": "^7.1.1",
"pixi.js": "^8.0.0",
"prism-react-renderer": "^1.3.5"
},
"devDependencies": {
Expand Down
19 changes: 1 addition & 18 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,13 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@pixi/events": "^7.1.1",
"@testing-library/react": "^13.4.0",
"canvas": "^2.11.0",
"jest-webgl-canvas-mock": "^0.2.3",
"react-test-renderer": "18.2.0"
},
"peerDependencies": {
"@babel/runtime": "^7.14.8",
"@pixi/app": ">=6.0.0",
"@pixi/constants": ">=6.0.0",
"@pixi/core": ">=6.0.0",
"@pixi/display": ">=6.0.0",
"@pixi/extensions": ">=6.0.0",
"@pixi/graphics": ">=6.0.0",
"@pixi/math": ">=6.0.0",
"@pixi/mesh": ">=6.0.0",
"@pixi/mesh-extras": ">=6.0.0",
"@pixi/particle-container": ">=6.0.0",
"@pixi/sprite": ">=6.0.0",
"@pixi/sprite-animated": ">=6.0.0",
"@pixi/sprite-tiling": ">=6.0.0",
"@pixi/text": ">=6.0.0",
"@pixi/text-bitmap": ">=6.0.0",
"@pixi/ticker": ">=6.0.0",
"pixi.js": ">=8.0.0",
"prop-types": "^15.8.1",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"pixi.js": "^7.1.1",
"pixi.js": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down

0 comments on commit 0551682

Please sign in to comment.