File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,20 @@ computers if some files are missing.
248
248
such as ``@popperjs/core ``. The ``download `` option will download both the main
249
249
package *and * its dependencies.
250
250
251
+ You can check for available updates for your third-party packages by running:
252
+
253
+ .. code-block :: terminal
254
+
255
+ # check for updates for all packages
256
+ $ php bin/console importmap:outdated
257
+
258
+ # check for updates for the given list of packages
259
+ $ php bin/console importmap:outdated bootstrap lodash
260
+
261
+ .. versionadded :: 6.4
262
+
263
+ The ``importmap:outdated `` command was introduced in Symfony 6.4.
264
+
251
265
To update third-party packages in your ``importmap.php `` file, run:
252
266
253
267
.. code-block :: terminal
You can’t perform that action at this time.
0 commit comments