Skip to content

Commit

Permalink
UIREQ-1031: Use current optional dependencies. Refs UIREQ-1031
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Oct 6, 2023
1 parent 33fa444 commit 6ce2237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 6ce2237

Please sign in to comment.