Frontend: Update package-lock.json and Makefile
This commit is contained in:
parent
daab99015a
commit
5641203d1b
2 changed files with 474 additions and 435 deletions
2
Makefile
2
Makefile
|
@ -81,7 +81,7 @@ clean-local-config:
|
|||
dep-list:
|
||||
go list -u -m -json all | go-mod-outdated -direct
|
||||
dep-js:
|
||||
(cd frontend && npm install --silent --legacy-peer-deps && npm audit fix)
|
||||
(cd frontend && npm install --silent --legacy-peer-deps && npm audit fix --silent)
|
||||
dep-go:
|
||||
go build -v ./...
|
||||
dep-upgrade:
|
||||
|
|
907
frontend/package-lock.json
generated
907
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue