Skip to content

Commit

Permalink
Move to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Jun 20, 2024
1 parent da042cc commit f9dca41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"peerDependencies": {
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
"@luma.gl/engine": "^9.0.0",
"@loaders.gl/textures": "^4.2.0"
},
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/textures": "^4.2.0",
"@luma.gl/shadertools": "9.0.14",
"@math.gl/core": "^4.0.0"
},
Expand Down

0 comments on commit f9dca41

Please sign in to comment.