Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update Aframe to 1.6.0, add explicit versions to dependencies
Explicitly keep the versions of dependencies that are currently used (no-op). I haven't seen any side effects from updating Aframe to 1.6.0. Just had to add the raycaster objects attribute (used by laser-controls) to avoid the following warning: `components:raycaster:warn [raycaster] For performance, please define raycaster.objects when using raycaster or cursor components to whitelist which entities to intersect with. e.g., raycaster="objects: [data-raycastable]".`
- Loading branch information