mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
chore: update zui version (#3412)
- upgrade axios to v1.12.2 for cve fixes - update mui libraries to 6.5.0 for cve fixes - other updates for fixes - react-scripts@5.0.1 is outdated and only supports TypeScript 4.9.5, so downgrade to 4.9.5 (note this was alreays done on npm install even in the previous commit) Shoudl fix https://github.com/project-zot/zot/actions/runs/18036432234/job/51324327982 Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ CRICTL_VERSION := v1.26.1
|
||||
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
||||
ACTION_VALIDATOR_VERSION := v0.5.3
|
||||
ZUI_BUILD_PATH := ""
|
||||
ZUI_VERSION := commit-d25abda
|
||||
ZUI_VERSION := commit-731b639
|
||||
ZUI_REPO_OWNER := project-zot
|
||||
ZUI_REPO_NAME := zui
|
||||
SWAGGER_VERSION := v1.16.2
|
||||
@@ -321,7 +321,7 @@ $(GOLINTER):
|
||||
$(GOLINTER) version
|
||||
|
||||
.PHONY: check-logs
|
||||
check-logs:
|
||||
check-logs:
|
||||
@./scripts/check_logs.sh
|
||||
|
||||
.PHONY: check
|
||||
|
||||
Reference in New Issue
Block a user