-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update web tooling deps (#4463)
Fixes https://github.com/scionproto/scion/security/dependabot/65 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/scionproto/scion/4463) <!-- Reviewable:end -->
- Loading branch information
1 parent
2f4d3e9
commit 059f500
Showing
3 changed files
with
310 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Web Dependencies | ||
|
||
This directory contains the web dependencies for the management API tooling. | ||
|
||
To reflect changes in the `package.json` file in the `pnpm-lock.yaml` run the | ||
following command (from the workspace root directory): | ||
|
||
```bash | ||
bazel run -- @pnpm//:pnpm --dir $PWD/private/mgmtapi/tools install --lockfile-only | ||
``` | ||
|
||
To update dependencies in the `pnpm-lock.yaml` file run the following command | ||
(from the workspace root directory): | ||
|
||
```bash | ||
bazel run -- @pnpm//:pnpm --dir $PWD/private/mgmtapi/tools update --lockfile-only | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.