We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48aeb0 commit a69ab68Copy full SHA for a69ab68
CHANGELOG.md
@@ -45,6 +45,18 @@
45
Elixir file in a Gleam project.
46
([Andrey Kozhev](https://github.com/ankddev))
47
48
+- The build tool now has a new `gleam deps outdated` command that shows outdated
49
+ versions for dependencies. For example:
50
+
51
+ ```bash
52
+ $ gleam deps outdated
53
+ Package Current Latest
54
+ wibble v1.4.0 v1.4.1
55
+ wobble v1.0.1 v2.3.0
56
+ ```
57
58
+ ([Vladislav Shakitskiy](https://github.com/vshakitskiy))
59
60
### Language server
61
62
- The "inline variable" code action can now trigger when used over the let
0 commit comments