Skip to content

Commit 0c3cf10

Browse files
authored
fix: peer deps for react-animated (#480)
1 parent 9cf16d0 commit 0c3cf10

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Diff for: package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/animated/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
},
5353
"peerDependencies": {
5454
"@babel/runtime": "^7.14.8",
55-
"@pixi/app": ">=7.0.0",
56-
"@pixi/core": ">=7.0.0",
57-
"@pixi/display": ">=7.0.0",
58-
"@pixi/graphics": ">=7.0.0",
59-
"@pixi/math": ">=7.0.0",
60-
"@pixi/mesh-extras": ">=7.0.0",
61-
"@pixi/particle-container": ">=7.0.0",
62-
"@pixi/react": "*",
63-
"@pixi/sprite": ">=7.0.0",
64-
"@pixi/sprite-animated": ">=7.0.0",
65-
"@pixi/sprite-tiling": ">=7.0.0",
66-
"@pixi/text": ">=7.0.0",
67-
"@pixi/text-bitmap": ">=7.0.0",
68-
"@pixi/ticker": ">=7.0.0",
55+
"@pixi/app": ">=6.0.0",
56+
"@pixi/core": ">=6.0.0",
57+
"@pixi/display": ">=6.0.0",
58+
"@pixi/graphics": ">=6.0.0",
59+
"@pixi/math": ">=6.0.0",
60+
"@pixi/mesh-extras": ">=6.0.0",
61+
"@pixi/particle-container": ">=6.0.0",
62+
"@pixi/react": "<8.0.0",
63+
"@pixi/sprite": ">=6.0.0",
64+
"@pixi/sprite-animated": ">=6.0.0",
65+
"@pixi/sprite-tiling": ">=6.0.0",
66+
"@pixi/text": ">=6.0.0",
67+
"@pixi/text-bitmap": ">=6.0.0",
68+
"@pixi/ticker": ">=6.0.0",
6969
"@react-spring/animated": ">=9.0.0",
7070
"prop-types": "^15.8.1",
7171
"react": ">=17.0.0",

0 commit comments

Comments
 (0)