Skip to content

Commit

Permalink
Update threejs peer dependency to be broader
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekaalim committed Mar 23, 2024
1 parent ad6eaed commit fb16403
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 51 deletions.
85 changes: 36 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions renderers/three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Luke Kaalim",
"license": "ISC",
"peerDependencies": {
"three": "^0.155.0"
"three": ">= 0.162.0"
},
"dependencies": {
"@lukekaalim/act": "^2.5.0",
Expand All @@ -22,6 +22,6 @@
"@lukekaalim/act-web": "^2.5.5"
},
"devDependencies": {
"@types/three": "^0.155.0"
"@types/three": "^0.162.0"
}
}

0 comments on commit fb16403

Please sign in to comment.