From 3e0962812aa688fecb0c8b9815a4ce8340eb9598 Mon Sep 17 00:00:00 2001 From: Manisha Singhal Date: Wed, 24 Jul 2024 11:12:08 +0200 Subject: [PATCH] fix: Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b148473a8..ea982de8e 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "devDependencies": { "@babel/core": "^7.7.0", "@testing-library/react": "^10.4.9", - "@theforeman/builder": ">=12.0.1", - "@theforeman/eslint-plugin-foreman": ">=12.0.1", - "@theforeman/find-foreman": ">=12.0.1", - "@theforeman/test": ">=12.0.1", - "@theforeman/vendor-dev": ">=12.0.1", + "@theforeman/builder": ">= 12.0.1", + "@theforeman/eslint-plugin-foreman": ">= 12.0.1", + "@theforeman/find-foreman": ">= 12.0.1", + "@theforeman/test": ">= 12.0.1", + "@theforeman/vendor-dev": ">= 12.0.1", "babel-eslint": "^10.0.3", "eslint": "^6.7.2", "prettier": "^1.19.1",