Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified peer dependencies #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

codeMattr
Copy link

@codeMattr codeMattr commented Jan 27, 2024

Current supported threeJS version (149) is out of date. Given the library relies on the following three dependencies: {CanvasTexture, DoubleSide, Mesh, MeshBasicMaterial, Object3D, PlaneGeometry} it's unlikely to break in the mid term.

Current supported threeJS version (149) is out of date. Given the library relies on the following dependencies: 	{CanvasTexture,
	DoubleSide,
	Mesh,
	MeshBasicMaterial,
	Object3D,
	PlaneGeometry} it's unlikely to break in the mid term.
@codeMattr
Copy link
Author

NB: This has worked fine for my project. If you want to take a more conservative approach, perhaps constrain the range to the current version of Three? (160)

@codeMattr codeMattr closed this Jan 27, 2024
@codeMattr codeMattr deleted the updatingDependencies branch January 27, 2024 18:00
@codeMattr codeMattr restored the updatingDependencies branch January 27, 2024 18:00
@codeMattr codeMattr reopened this Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant