dylan-lang / deft

The Dylan CLI
MIT License
2 stars 2 forks source link

dylan update --latest-deps #22

Open cgay opened 2 years ago

cgay commented 2 years ago

dylan update --latest-deps (or similar flag name) should rewrite dylan-package.json with dependencies updated to the latest versions. This is toil that needs to be done relatively frequently so it should be made easy.

Possibly dylan-status should also show what deps are behind as well, but for now dylan update can fix it and git diff can show the result.