From e2ea8640c1014ef6895ed435cf4b2b31a82a39c7 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 30 Sep 2024 16:48:50 +0200 Subject: [PATCH] don't pin cosmiconfig-typescript-loader anymore We pinned that in cc0511a7 to fix tests, but do not depend on it ourself. Let's unpin and see if tests are green again. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 36ce16f1..44ac4c1c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "@theforeman/test": ">= 10.1.1", "@theforeman/eslint-plugin-foreman": ">= 10.1.1", "babel-eslint": "~10.0.0", - "cosmiconfig-typescript-loader": "~4.3.0", "eslint": "~6.7.2", "eslint-plugin-spellcheck": "~0.0.17", "jed": "~1.1.1",