Skip to content

Commit

Permalink
STRIPES-868 BREAKING bump react-intl to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Sep 11, 2023
1 parent 64c4230 commit 540087f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-calendar

## 10.0.0 IN PROGRESS

* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UICAL-275

## [9.2.1] (https://github.com/folio-org/ui-calendar/tree/v9.2.1) (2023-03-16)

* Fix placement of datepicker to prevent overflow. Refs UICAL-240
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@folio/stripes-form": "^8.0.0",
"@folio/stripes-smart-components": "^8.0.0",
"@folio/stripes-testing": "^4.2.0",
"@formatjs/cli": "^4.2.21",
"@formatjs/cli": "^6.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -141,7 +141,7 @@
"prettier": "^2.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router-dom": "^5.2.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
Expand All @@ -165,7 +165,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.9",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-query": "^3.39.2",
"react-router-dom": "^5.2.0"
}
Expand Down

0 comments on commit 540087f

Please sign in to comment.