Skip to content

Commit

Permalink
chore(view): Update peer deps range (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Jun 29, 2024
1 parent f58354d commit 339a1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"LICENSE.md"
],
"peerDependencies": {
"@gltf-transform/core": ">=4.0.0-alpha.16",
"@gltf-transform/extensions": ">=4.0.0-alpha.16",
"@gltf-transform/core": ">=4.0.0",
"@gltf-transform/extensions": ">=4.0.0",
"@types/three": ">=0.155.0",
"three": ">=0.155.0"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1847,8 +1847,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gltf-transform/view@workspace:packages/view"
peerDependencies:
"@gltf-transform/core": ">=4.0.0-alpha.16"
"@gltf-transform/extensions": ">=4.0.0-alpha.16"
"@gltf-transform/core": ">=4.0.0"
"@gltf-transform/extensions": ">=4.0.0"
"@types/three": ">=0.155.0"
three: ">=0.155.0"
languageName: unknown
Expand Down

0 comments on commit 339a1df

Please sign in to comment.