Skip to content

Commit

Permalink
UIPFU-79 BREAKING bump react-intl to v6 (#243)
Browse files Browse the repository at this point in the history
Refs UIPFU-79 (STRIPES-868)
  • Loading branch information
zburke authored Sep 12, 2023
1 parent 670e6a0 commit ba7bb49
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 301 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 @@
* Fix selected users length. Refs UIPFU-75.
* ECS - Do not display shadow users in search results. Refs UIPFU-76.
* Support fetch users from different tenants. Refs UIPFU-74.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIPFU-79.

## [6.4.0](https://github.com/folio-org/ui-plugin-find-user/tree/v6.4.0) (2023-02-20)
[Full Changelog](https://github.com/folio-org/ui-plugin-find-user/compare/v6.3.0...v6.4.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-core": "^10.0.0",
"@formatjs/cli": "^4.2.6",
"@formatjs/cli": "^6.1.3",
"chai": "^4.2.0",
"core-js": "^3.6.4",
"eslint": "^7.32.0",
Expand All @@ -50,7 +50,7 @@
"miragejs": "^0.1.40",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router-dom": "^5.1.0",
"regenerator-runtime": "^0.13.3"
},
Expand All @@ -64,7 +64,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.1.0"
}
}
Loading

0 comments on commit ba7bb49

Please sign in to comment.