Skip to content

Commit

Permalink
UISAUTHCOM-46: update react-intl to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
aidynoJ committed Mar 5, 2025
1 parent 11ea676 commit 90c4b82
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 @@ -5,6 +5,7 @@
* [UISAUTHCOM-44](https://folio-org.atlassian.net/browse/UISAUTHCOM-44) Add Deque Axe a11y tests.
* [UISAUTHCOM-47](https://folio-org.atlassian.net/browse/UISAUTHCOM-47) Retry get publication details request for `404` response status.
* [UISAUTHCOM-49](https://folio-org.atlassian.net/browse/UISAUTHCOM-49) put regular role type when duplicating.
* *BREAKING* [UISAUTHCOM-46](https://folio-org.atlassian.net/browse/UISAUTHCOM-46)migrate react-intl to v7.

## [1.0.1](https://github.com/folio-org/stripes-authorization-components/tree/v1.0.1) (2024-11-08)
[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v1.0.0...v1.0.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-axe": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-intl": "^7.1.5",
"react-query": "^3.6.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
Expand All @@ -42,7 +42,7 @@
"@folio/stripes": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4"
"react-intl": "^7.1.5"
},
"stripes": {
"actsAs": [
Expand Down

0 comments on commit 90c4b82

Please sign in to comment.