Skip to content

Commit

Permalink
fix missing deps in example 06
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 21, 2024
1 parent d4df97a commit d66c11d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/06_r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"private": true,
"type": "module",
"dependencies": {
"@react-three/fiber": "latest",
"@react-three/drei": "latest",
"react": "latest",
"react-dom": "latest",
"three": "latest",
"zustand": "latest",
"zustand-signal": "latest"
},
Expand Down

0 comments on commit d66c11d

Please sign in to comment.