How to locate a deep dependency?
I have a Fresh project with some NPM dependencies.
One day the following warning pops up every time the server starts:
The following command doesn't work because
update-browserslist-db
assumes a package.json.
Next thing I could try is upgrading the relevant module in my deno.json
, how to I find the module depending on browserslist
down their dependency tree?2 Replies
I guess you can find it in deno.lock although that might be painful
Yes, it works! Turns out it's
tailwindcss
from Fresh.