Skip to content

Commit

Permalink
UIORGS-404 bump optional plugins to compatible versions
Browse files Browse the repository at this point in the history
Use plugins compatible with the requested version of stripes (v9).

Refs UIORGS-404
  • Loading branch information
zburke committed Oct 9, 2023
1 parent d5d736d commit 40c49a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Upgrade `Node.js` to `18` version in GitHub Actions. Refs UIORGS-378.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIORGS-386.
* Add a message indicating future functionality for EDI naming convention. Refs UIORGS-382.
* Bump optional plugins to their `@folio/stripes` `v9` compatible versions. Refs UIORGS-404.

## [4.0.0](https://github.com/folio-org/ui-organizations/tree/v4.0.0) (2023-02-22)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v3.3.1...v4.0.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@formatjs/cli": "^6.1.3",
"@formatjs/cli": "^6.1.3",
"babel-jest": "^26.3.0",
"chai": "^4.2.0",
"core-js": "^3.6.4",
Expand Down Expand Up @@ -302,7 +302,7 @@
"redux": "^4.0.0"
},
"optionalDependencies": {
"@folio/plugin-find-contact": "^4.0.0",
"@folio/plugin-find-interface": "^4.0.0"
"@folio/plugin-find-contact": "^5.0.0",
"@folio/plugin-find-interface": "^5.0.0"
}
}

0 comments on commit 40c49a8

Please sign in to comment.