Closed victorjourne closed 9 months ago
The @gouvminint/vue-dsfr
npm package is used.
For now:
^5.7.0
in the package.json
(meaning >= 5.7.0, < 6.0.0
) (see line 18).5.7.0
in the package-lock.json
(see line 985).Currently, there are no automatic update mechanism. Maybe we can rely on GitHub and configure Dependabot for this, or make a scheduled workflow to check for changes.
Anyway, the manual strategy to update this package would be:
package.json
.docker compose -f ./docker-compose-npm.yml run --rm npm i
.package.json
and package-lock.json
.Thank you for these suggestions. We'll keep them in mind if they prove necessary in the near future. The manual way is sufficient for the moment!
What is the strategy if the primary package Vue-Dsfr changes ?