From 051940f7cdc5f1890c1816cc200c96792cec84ba Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 25 Oct 2023 11:29:42 -0400 Subject: [PATCH] STCOM-1211 bump @folio/stripes-testing to 4.7.0 (#2149) This functionality required interactor updates that were not introduced until `@folio/stripes-testing` `v4.7.1` but we missed that in #2141. Refs STCOM-1211 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf07c1195..d2705caa2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@bigtest/interactor": "0.7.2", "@folio/eslint-config-stripes": "^7.0.0", "@folio/stripes-cli": "^3.0.0", - "@folio/stripes-testing": "^4.5.0", + "@folio/stripes-testing": "^4.7.0", "@formatjs/cli": "^6.1.3", "@mdx-js/loader": "^1.6.22", "@storybook/addon-actions": "^6.3.6",