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 5a49c57 commit 658d39bCopy full SHA for 658d39b
package.json
@@ -40,10 +40,10 @@
40
"build-storybook": "build-storybook"
41
},
42
"peerDependencies": {
43
- "@react-three/fiber": "^6.0.1",
44
- "react": "^17.0",
45
- "react-dom": "^17.0",
46
- "three": "^0.126.0"
+ "@react-three/fiber": ">=6.0",
+ "react": ">=17.0",
+ "react-dom": ">=17.0",
+ "three": ">=0.126.0"
47
48
"dependencies": {
49
"utility-types": "^3.10.0",
0 commit comments