Skip to content

Commit

Permalink
UIPFIMP-61 BREAKING bump react-intl to v6 (#147)
Browse files Browse the repository at this point in the history
Refs UIPFIMP-61 (STRIPES-868)
  • Loading branch information
zburke authored Sep 12, 2023
1 parent 09c6db9 commit e02e42d
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 @@ -7,6 +7,7 @@
* Return profile associations when linking the profile instead of the record itself (UIPFIMP-58)
* Update Node.js to v18 in GitHub Actions (UIPFIMP-60)
* *BREAKING* bump `react` to `v18`, and get rid of bigtest (UIPFIMP-59)
* *BREAKING* bump `react-intl` to `v6.4.4` (UIPFIMP-61)

## [6.0.1](https://github.com/folio-org/ui-plugin-find-import-profile/tree/v6.0.1) (2023-02-24)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.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.3",
Expand All @@ -61,7 +61,7 @@
"query-string": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
Expand All @@ -77,7 +77,7 @@
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"react": "^18.2.0",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
Expand Down

0 comments on commit e02e42d

Please sign in to comment.