Skip to content

Commit f04cecc

Browse files
authored
[UIHAADM-149] BREAKING upgrade to react-intl v7.1.5 (#95)
1 parent 9eb8b2d commit f04cecc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [3.0.0](https://github.com/folio-org/ui-harvester-admin/tree/v3.0.0) (IN PROGRESS)
44

55
* **BREAKING**: migrate Stripes dependencies to their Sunflower versions. Fixes UIHAADM-150.
6+
* **BREAKING**: upgrade to react-intl v7.1.5. Fixes UIHAADM-149.
67
* Explicit paging for list of failed records. Fixes UIHAADM-141.
78
* Explicit paging for list of harvestables. Fixes UIHAADM-142.
89
* When downloading Failed Records, provide all records in the result set, not just the currently visible page. Fixes UIHAADM-140.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"prop-types": "*",
183183
"react": "^18.2.0",
184184
"react-dom": "^18.2.0",
185-
"react-intl": "*",
185+
"react-intl": "^7.1.5",
186186
"react-router": "*",
187187
"react-router-dom": "*"
188188
},
@@ -197,7 +197,7 @@
197197
"eslint-import-resolver-alias": "^1.1.2",
198198
"react": "^18.2.0",
199199
"react-dom": "^18.2.0",
200-
"react-intl": "^6.6.0",
200+
"react-intl": "^7.1.5",
201201
"react-router": "^5.2.0",
202202
"react-router-dom": "^5.2.0"
203203
}

0 commit comments

Comments
 (0)