From 6ce2237669461cebc8ff18a0287d73a65b1ffe6e Mon Sep 17 00:00:00 2001 From: Dmitriy-Litvinenko Date: Fri, 6 Oct 2023 14:56:33 +0300 Subject: [PATCH] UIREQ-1031: Use current optional dependencies. Refs UIREQ-1031 --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb151b2a..d6812c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ * Fix issues with skipped tests. Refs UIREQ-1024. * Create Jest/RTL test for RequestsFilters.js. Refs UIREQ-937. * Add "itemId" parameter to "allowed-service-points" endpoint. Refs UIREQ-1030. +* Use current optional dependencies. Refs UIREQ-1031. ## [8.0.2](https://github.com/folio-org/ui-requests/tree/v8.0.2) (2023-03-29) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v8.0.1...v8.0.2) diff --git a/package.json b/package.json index 38df1917..d65605a1 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "react-router-dom": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-instance": "^6.0.0", - "@folio/plugin-find-user": "^6.0.0" + "@folio/plugin-find-instance": "^7.0.0", + "@folio/plugin-find-user": "^7.0.0" } }