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
Dispatch-Trailer: {"type":"trybot","CL":1204648,"patchset":1,"ref":"refs/changes/48/1204648/1","targetBranch":"master"}
  • Loading branch information
myitcv authored and cueckoo committed Nov 26, 2024
1 parent de355f5 commit 537adc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2,579 deletions.
Loading

0 comments on commit 537adc0

Please sign in to comment.