From 3ce62d790148cf437289489b387c985f268fd13b Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Tue, 30 Apr 2024 11:19:42 +0200 Subject: [PATCH] Open up @theforeman dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 115c2bc92..dad1a0ab4 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ }, "devDependencies": { "@babel/core": "^7.7.0", - "@theforeman/builder": "^12.0.1", - "@theforeman/eslint-plugin-foreman": "^12.0.1", - "@theforeman/eslint-plugin-rules": "^12.0.2", - "@theforeman/test": "^12.0.1", - "@theforeman/vendor-dev": "^12.0.1", + "@theforeman/builder": ">= 12.0.1", + "@theforeman/eslint-plugin-foreman": ">= 12.0.1", + "@theforeman/eslint-plugin-rules": ">= 12.0.2", + "@theforeman/test": ">= 12.0.1", + "@theforeman/vendor-dev": ">= 12.0.1", "babel-eslint": "^10.0.0", "eslint": "^6.8.0", "prettier": "^1.19.1", @@ -32,6 +32,6 @@ "graphql": "^15.5.0" }, "peerDependencies": { - "@theforeman/vendor": "^12.0.1" + "@theforeman/vendor": ">= 12.0.1" } }