From a362de029f1f36982d03f8e5d6c0edc9979fccd9 Mon Sep 17 00:00:00 2001 From: EthanFreestone <54310740+EthanFreestone@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:53:45 +0000 Subject: [PATCH] build: Stripes (#22) Bump stripes compatibility to include v8. Since this project will be used across Nolana/Orchid for the likes of ui-oa and ui-service-interaction, and the component is unaffected by the major stripes version bump, we declare compatibilty with both. Thus we do not bump major version here. refs ERM-2589, ERM-2595 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5a3342..5e3cd20 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-intl": "^5.8.1", - "@folio/stripes": "^7.3.1", + "@folio/stripes": "^7.3.1 || ^8.0.0", "@folio/stripes-cli": "^2.6.1" }, "dependencies": { @@ -31,7 +31,7 @@ "prop-types": "^15.6.0" }, "peerDependencies": { - "@folio/stripes": "^7.3.1", + "@folio/stripes": "^7.3.1 || ^8.0.0", "react": "^17.0.2", "react-intl": "^5.8.1", "react-router-dom": "^5.2.0"