From 2cb196a707fdf7b5666fa1163827526b0e7a1875 Mon Sep 17 00:00:00 2001 From: MariaAga Date: Mon, 5 Feb 2024 14:31:54 +0100 Subject: [PATCH] remove @theforeman/stories --- package.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 05c3851..07a42cb 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,7 @@ "test": "tfm-test --plugin --config jest.config.js", "test:watch": "tfm-test --plugin --watchAll", "test:current": "tfm-test --plugin --watch", - "publish-coverage": "tfm-publish-coverage", - "stories": "tfm-stories --plugin", - "stories:build": "tfm-build-stories --plugin", - "stories:deploy": "surge --project .storybook-dist" + "publish-coverage": "tfm-publish-coverage" }, "repository": { "type": "git", @@ -25,15 +22,15 @@ }, "homepage": "https://github.com/oamg/foreman_leapp", "peerDependencies": { - "@theforeman/vendor": ">= 8.16.0" + "@theforeman/vendor": ">= 12.0.1" }, "devDependencies": { "@babel/core": "^7.7.0", "@theforeman/builder": ">= 12.0.1", - "@theforeman/eslint-plugin-foreman": "^10.0", - "@theforeman/stories": "^10.0", - "@theforeman/test": "^10.0", - "@theforeman/vendor-dev": "^10.0", + "@theforeman/eslint-plugin-foreman": ">= 12.0.1", + "@theforeman/eslint-plugin-rules": ">= 12.0.1", + "@theforeman/test": ">= 12.0.1", + "@theforeman/vendor-dev": ">= 12.0.1", "babel-eslint": "^10.0.0", "eslint": "^6.8.0", "jest-svg-transformer": "^1.0.0",