We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad016b commit ffc1c1bCopy full SHA for ffc1c1b
packages/react-spring/package.json
@@ -33,5 +33,9 @@
33
"@react-spring/three": "~9.5.2",
34
"@react-spring/web": "~9.5.2",
35
"@react-spring/zdog": "~9.5.2"
36
+ },
37
+ "peerDependencies": {
38
+ "react": "^16.8.0 || >=17.0.0 || >=18.0.0",
39
+ "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0"
40
}
41
yarn.lock
@@ -12892,6 +12892,9 @@ __metadata:
12892
"@react-spring/three": ~9.5.2
12893
"@react-spring/web": ~9.5.2
12894
"@react-spring/zdog": ~9.5.2
12895
+ peerDependencies:
12896
+ react: ^16.8.0 || >=17.0.0 || >=18.0.0
12897
+ react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0
12898
languageName: unknown
12899
linkType: soft
12900
0 commit comments