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

Better dependency versions #67

Closed
joestrong opened this issue Nov 2, 2018 · 1 comment
Closed

Better dependency versions #67

joestrong opened this issue Nov 2, 2018 · 1 comment

Comments

@joestrong
Copy link

All the dependency versions in package.json are too specific. We should change, for example "phaser-ce": "2.11.1", to "phaser-ce": "^2.11.1",

Keeping on fixed versions is bad, for example the electron version specified has security issues. The user can then use their own lock file for locking their versions.

@rroylance
Copy link
Owner

Finally got around to updating all dependencies, this has been fixed along with doing that. Thanks!

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

No branches or pull requests

2 participants