Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 34ea1f3

Browse files
gzryzhyk
authored andcommitted
Add paragraph about dependency management.
1 parent a805b97 commit 34ea1f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web-ui/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ yarn format
4646
yarn lint
4747
```
4848

49+
If `yarn audit` fails for a transitive dependency you can try to update it:
50+
51+
```bash
52+
yarn up --recursive loader-utils
53+
```
54+
55+
For direct dependencies, you can adjust the version in `package.json`
56+
and run `yarn install`.
57+
4958
## OpenAPI bindings
5059

5160
The bindings for OpenAPI (under src/types/manager) are generated using

0 commit comments

Comments
 (0)