how to find the actual versions of installed packages which are specified as "latest" in package.json with bun? #10181
Closed
MonaAghili
started this conversation in
General
Replies: 2 comments 1 reply
-
Does this work for bun workspaces too please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created my
Next.js
application using Bun.I changed my project's
Next.js
dependency to thelatest
by setting it to"next": "latest"
in thepackage.json
file.Now, I'd like to determine the versions of the installed packages, I tried
bun bun.lock
but the command didn't list them in the terminal.Beta Was this translation helpful? Give feedback.
All reactions