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" } }