Skip to content

Commit

Permalink
UIDATIMP-1520 BREAKING bump react-intl to v6 (#1466)
Browse files Browse the repository at this point in the history
Refs UIDATIMP-1520 (STRIPES-868)
  • Loading branch information
zburke authored Sep 12, 2023
1 parent c83e4a1 commit 5d9cbf9
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 @@ -27,6 +27,7 @@
* *BREAKING* bump `react` to `v18`, and dev-deps accordingly (UIDATIMP-1485)
* Update Node.js to v18 in GitHub Actions (UIDATIMP-1507)
* Provide "required" field for notes and electronic access subfields in field mapping (UIDATIMP-1384)
* *BREAKING* bump `react-intl` to `v6.4.4` (UIDATIMP-1520)

### Bugs fixed:
* Fix all the failed accessibility tests in ui-data-import (UIDATIMP-1393)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@folio/stripes-form": "~9.0.0",
"@folio/stripes-smart-components": "~9.0.0",
"@folio/stripes-testing": "^4.5.0",
"@formatjs/cli": "^4.2.10",
"@formatjs/cli": "^6.1.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.6.1",
Expand All @@ -57,7 +57,7 @@
"query-string": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
Expand All @@ -82,7 +82,7 @@
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"react": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand Down

0 comments on commit 5d9cbf9

Please sign in to comment.