Skip to content

Commit

Permalink
fix(scene composer): reverting breaking changes from dependabot & set…
Browse files Browse the repository at this point in the history
…ting up ignores
  • Loading branch information
mumanity committed Jun 14, 2023
1 parent 785e526 commit 831d1d7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: "@react-three"
- dependency-name: "3d-tiles-renderer"
- dependency-name: "three"
- dependency-name: "three-mesh-bvh"
- dependency-name: "three-stdlib"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"string-to-arraybuffer": "1.0.2",
"styled-components": "^5.3.11",
"three": "^0.139.2",
"three-mesh-bvh": "0.6.0",
"three-mesh-bvh": "0.5.24",
"three-stdlib": "2.23.9",
"ts-custom-error": "^3.3.1",
"tslib": "^2.5.3",
Expand Down

0 comments on commit 831d1d7

Please sign in to comment.