Skip to content

Commit e6e9ff1

Browse files
fix: dependencies version
1 parent c52d03a commit e6e9ff1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecctrl",
3-
"version": "1.0.51",
3+
"version": "1.0.53",
44
"author": "Erdong Chen",
55
"license": "MIT",
66
"description": "A floating rigibody character controller for R3F",
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {
4040
"leva": "^0.9.34",
41-
"r3f-perf": "^7.1.2"
41+
"r3f-perf": "^7.1.2",
42+
"zustand": "^4.4.1"
4243
},
4344
"peerDependencies": {
44-
"@react-three/fiber": "^8.13.3",
45-
"@react-three/drei": "^9",
46-
"@react-three/rapier": "^1",
45+
"@react-three/fiber": ">=8.0",
46+
"@react-three/drei": ">=9.0",
47+
"@react-three/rapier": ">=1.0",
4748
"react": ">=18",
4849
"react-dom": ">=18.0",
49-
"three": ">=0.153",
50-
"zustand": "^4.4.1"
50+
"three": ">=0.153"
5151
},
5252
"scripts": {
5353
"dev": "vite",

0 commit comments

Comments
 (0)