Skip to content

Commit

Permalink
UICAL-293: *BREAKING* migrate react-intl to v7 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin authored Mar 5, 2025
1 parent fda3a1a commit a79f673
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for ui-calendar

## In progress

* *Breaking* migrate stripes dependencies to their Sunflower versions. Refs UICAL-292.
* *Breaking* migrate react-intl to v7. Refs UICAL-293.

## [11.0.3](https://github.com/folio-org/ui-calendar/tree/v11.0.3) (2024-11.02)

* Fix GitHub Actions workflow not running for tags. Refs FOLIO-4086.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/calendar",
"version": "11.0.3",
"version": "12.0.0",
"description": "Calendar settings",
"repository": "folio-org/ui-calendar",
"publishConfig": {
Expand Down Expand Up @@ -107,13 +107,13 @@
"test": "jest",
"coverage": "jest --coverage",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/ui-calendar ./translations/ui-calendar/compiled"
"formatjs-compile": "stripes translate compile"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^7.2.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@formatjs/cli": "^6.2.0",
"@folio/eslint-config-stripes": "^8.0.0",
"@folio/stripes": "^10.0.0",
"@folio/stripes-cli": "^4.0.0",
"@formatjs/cli": "^6.6.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -130,7 +130,7 @@
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.7",
"react-intl": "^7.1.5",
"react-router-dom": "^5.2.0",
"ts-jest": "^29.1.1"
},
Expand All @@ -150,7 +150,7 @@
"utility-types": "^3.10.0"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes": "^10.0.0",
"final-form": "^4.20.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit a79f673

Please sign in to comment.