How does Lume update dependencies? #657
Answered
by
oscarotero
MidAutumnMoon
asked this question in
Q&A
-
Hi, I'm fairly new to Deno ecosystem, and one thing bothers me is how to update dependencies. I saw Lume update deps quite often, how does Lume manage its dependencies? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Aug 18, 2024
Replies: 1 comment 1 reply
-
There's a task to update deps: Line 15 in 923e36d It uses the nudd library https://github.com/oscarotero/nudd |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MidAutumnMoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a task to update deps:
lume/deno.json
Line 15 in 923e36d
It uses the nudd library https://github.com/oscarotero/nudd