Skip to content

Commit

Permalink
Add '@nyt/bundler-plugin-gltf' dev dependency from workspace
Browse files Browse the repository at this point in the history
Ensures that Lerna runs builds in order, following the dependency graph.
  • Loading branch information
donmccurdy committed Sep 21, 2023
1 parent cc19cc0 commit 7002426
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"@gltf-transform/core": "3.x",
"@gltf-transform/extensions": "3.x",
"@gltf-transform/functions": "3.x"
},
"devDependencies": {
"@nyt/bundler-plugin-gltf": "workspace:^"
}
}
3 changes: 3 additions & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"@gltf-transform/core": "3.x",
"@gltf-transform/extensions": "3.x",
"@gltf-transform/functions": "3.x"
},
"devDependencies": {
"@nyt/bundler-plugin-gltf": "workspace:^"
}
}
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ __metadata:
languageName: node
linkType: hard

"@nyt/bundler-plugin-gltf@workspace:packages/core":
"@nyt/bundler-plugin-gltf@workspace:^, @nyt/bundler-plugin-gltf@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@nyt/bundler-plugin-gltf@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -4821,6 +4821,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "rollup-plugin-gltf@workspace:packages/rollup"
dependencies:
"@nyt/bundler-plugin-gltf": "workspace:^"
"@rollup/pluginutils": ^5.0.4
draco3dgltf: ^1.5.6
meshoptimizer: ^0.19.0
Expand Down Expand Up @@ -5684,6 +5685,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vite-plugin-gltf@workspace:packages/vite"
dependencies:
"@nyt/bundler-plugin-gltf": "workspace:^"
"@rollup/pluginutils": ^5.0.4
draco3dgltf: ^1.5.6
meshoptimizer: ^0.19.0
Expand Down

0 comments on commit 7002426

Please sign in to comment.