Skip to content

Commit

Permalink
fix: peer deps for react-animated (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie authored Mar 20, 2024
1 parent 9cf16d0 commit 0c3cf10
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions packages/animated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@
},
"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/app": ">=6.0.0",
"@pixi/core": ">=6.0.0",
"@pixi/display": ">=6.0.0",
"@pixi/graphics": ">=6.0.0",
"@pixi/math": ">=6.0.0",
"@pixi/mesh-extras": ">=6.0.0",
"@pixi/particle-container": ">=6.0.0",
"@pixi/react": "<8.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",
"@react-spring/animated": ">=9.0.0",
"prop-types": "^15.8.1",
"react": ">=17.0.0",
Expand Down

0 comments on commit 0c3cf10

Please sign in to comment.