Skip to content

Commit

Permalink
UIOR-1042 loose plugin dependencies permit incompatible versions (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Nov 30, 2022
1 parent 700b1ff commit 56dc19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## (IN PROGRESS)

* Loose plugin dependencies permit incompatible versions. Refs UIOR-1042.

## [3.3.1](https://github.com/folio-org/ui-orders/tree/v3.3.1) (2022-11-25)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v3.3.0...v3.3.1)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@
"@rehooks/local-storage": "2.4.0"
},
"optionalDependencies": {
"@folio/plugin-find-instance": "*",
"@folio/plugin-find-organization": "*",
"@folio/plugin-find-user": "*"
"@folio/plugin-find-instance": "^6.3.0",
"@folio/plugin-find-organization": "^3.3.0",
"@folio/plugin-find-user": "^6.3.0"
}
}

0 comments on commit 56dc19d

Please sign in to comment.