You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2022/04/09 07:23:00 UTC

[jira] [Created] (OFBIZ-12597) Update npm dependencies to the latest

Jacques Le Roux created OFBIZ-12597:
---------------------------------------

             Summary: Update npm dependencies to the latest
                 Key: OFBIZ-12597
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12597
             Project: OFBiz
          Issue Type: Task
          Components: npm
    Affects Versions: Upcoming Branch
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux
             Fix For: 22.01.01


We want to check from time to time if we need to update the npm dependencies.

It's easily done with the npm-check-updates which analyzes the dependencies and checks if there are newer versions available.

Running the check in in themes\common-theme\webapp\common-theme\js with

bq. npx npm-check-updates

We get a list of dependencies to update. They can be easily updated using

bq. npx npm-check-updates -u

Committers then need to check if all is OK before pushing to the repo.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)