By incorporating this catalog into your project, you align all package dependencies of your project with the versions defined in the SIMATIC AX Catalog.
To integrate the catalog into your Apax project, run the following command in your project directory:
apax add --catalog @ax/simatic-ax@2504.2.0
This will add the SIMATIC AX Catalog to the catalogDependencies key of your apax.yml. Furthermore, it will update all existing dependencies in your apax.yml to match the ones from the catalog. Dependencies of the apax.yml that are not listed in the catalog will not be touched. After the adaptions to the apax.yml, the updated versions of the packages will be automatically installed to your machine.