Skip to content

Commit

Permalink
fix(dependencies): fix references to dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Aug 3, 2023
1 parent a47745e commit 6b62662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install @readyplayerme/visage

Make sure to install peer-dependencies if your project doesn't already include them:
```sh
npm install @react-three/[email protected] @react-three/[email protected].15 @react-three/[email protected] [email protected] [email protected] [email protected] [email protected]
npm install @react-three/[email protected] @react-three/[email protected].5 @react-three/[email protected] [email protected].0 [email protected] [email protected] [email protected]
```

# Documentation & examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"@react-three/drei": ">=9.79.3",
"@react-three/fiber": ">=8.13.15",
"@react-three/fiber": ">=8.13.5",
"@react-three/postprocessing": ">=2.15.0",
"postprocessing": ">=6.32.2",
"react": ">=18.2.0",
Expand Down

0 comments on commit 6b62662

Please sign in to comment.