PrismarineJS / prismarine-web-client

Minecraft web client running in your browser
https://prismarinejs.github.io/prismarine-web-client/
MIT License
444 stars 144 forks source link

[chore] Pin three @ v0.127.0 #230

Closed u9g closed 2 years ago

u9g commented 2 years ago

Anything above 0.127.0 breaks the entire app.

AwesomestCode commented 2 years ago

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

Unless THREE decides to add another 0.127.x version I don't think this is necessary? The ^ should tell NPM to ignore breaking changes

u9g commented 2 years ago

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

Unless THREE decides to add another 0.127.x version I don't think this is necessary? The ^ should tell NPM to ignore breaking changes

This just stops dependabot from the notifications + doesn't hurt anything.