Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix dependencies #211
Fix dependencies #211
Comments
Hi @DanielRuf, Yes, of course all dependencies need to be updated on this project, many are deprecated but we are still working on the website with @Sandstedt. If you want to PR something, it is more than welcome Seems that you already have a PR in the pipe: #186 |
Right but I have to check against the current state again as we have no lockfile. We should probably pin the dependencies in package.json then as lockfiles are not used on npmjs and when adding / installing dependencies - just the root lockfile actually locks. |
I agree with you, we need to have a package-lock.json file in order to properly have dependencies pinned. I am very busy since 1 month, but if you are able to make a new PR or update the existing one, don't hesitate to ping me on the Slack channel |
After changing
"git+https://github.com/legomushroom/grock.git"
tolegomushroom/grock
we still have some issues with other dependencies:So it seems
karma-browserify > watchify
is the culprit.