From 29bb71373eb609ee4943a532f35a2ee4be5841a7 Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 1 Apr 2026 03:00:32 +0200 Subject: [PATCH] fix(ci): add missing dependencies for build - prop-types: required by 12 component files using PropTypes - js-yaml: required by openapi spec route These dependencies were missing from package.json causing build failures. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 6ef63d6239..a7296f56b5 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,6 @@ "uuid": "^13.0.0", "wreq-js": "^2.0.1", "yazl": "^3.3.1", - "js-yaml": "^4.1.0", "zod": "^4.3.6", "zustand": "^5.0.10" },