Skip to content

Commit

Permalink
UIPFUDP-32 BREAKING bump react-intl to v6 (#109)
Browse files Browse the repository at this point in the history
Refs UIPFUDP-32 (STRIPES-868)
  • Loading branch information
zburke committed Sep 12, 2023
1 parent c72148a commit 6bff8f0
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 @@ -4,6 +4,7 @@
* Upgrade React to v18([UIPFUDP-30](https://issues.folio.org/browse/UIPFUDP-30))
* Update Nodejs to v18 in GitHub Actions ([UIPFUDP-31](https://issues.folio.org/browse/UIPFUDP-31))
* Fix failing test ([UIPFUDP-28](https://issues.folio.org/browse/UIPFUDP-28))
* *BREAKING* bump `react-intl` to `v6.4.4` ([UIPFUDP-32](https://issues.folio.org/browse/UIPFUDP-32))

## [5.0.0](https://github.com/folio-org/ui-plugin-find-erm-usage-data-provider/tree/v5.0.0) (2023-02-20)
* Upgrade to Stripes v8 ([UIPFUDP-26](https://issues.folio.org/browse/UIPFUDP-26))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-core": "^10.0.0",
"@folio/stripes-smart-components": "^9.0.0",
"@formatjs/cli": "^4.2.17",
"@formatjs/cli": "^6.1.3",
"eslint": "^7.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router-dom": "^5.2.0"
},
"dependencies": {
Expand All @@ -52,7 +52,7 @@
"@folio/stripes": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router-dom": "^5.2.0"
}
}

0 comments on commit 6bff8f0

Please sign in to comment.