Skip to content

Commit

Permalink
deps: update root package.json and package-lock.json
Browse files Browse the repository at this point in the history
In a later CL, we switch to running 'npm install' as part of CI, in both
the root and extension directories (see comment in that CL for
reasoninig). That requires that output from 'npm install' be stable. A
lack of package name in the root package.json causes non-deterministic
output (depends on the directory in which the repository is checked
out). Fix that, and also ensure that package-lock.json is current
(something that was masked by 'npm ci' being used in the current stack,
and not failing when package-lock.json is not current).

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Iaf840715dfd8868957eff46644e5edc1785fff52
  • Loading branch information
myitcv committed Nov 26, 2024
1 parent de355f5 commit ba1f55c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2,579 deletions.
Loading

0 comments on commit ba1f55c

Please sign in to comment.