Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIIN-3223: Migrate stripes dependencies to their Sunflower versions and react-intl to v7 #2769

Merged
merged 2 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
* Adapt settings options for using number gernerator. Refs UIIN-2556.
* Hide version history icon and settings if audit log feature is disabled. Refs UIIN-3231.
* Provide ids _and `length` param_ when retrieving job profiles. Refs UIIN-3257.
* *BREAKING* Migrate stripes dependencies to their Sunflower versions. Refs UIIN-3223.
* *BREAKING* Migrate `react-intl` to v7. Refs UIIN-3224.

## [12.0.12](https://github.com/folio-org/ui-inventory/tree/v12.0.12) (2025-01-27)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.11...v12.0.12)
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/inventory",
"version": "13.1.0",
"version": "14.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OleksandrHladchenko1 - Version 13 hasn't been published. Version 14 is not needed.

"description": "Inventory manager",
"repository": "folio-org/ui-inventory",
"publishConfig": {
Expand Down Expand Up @@ -1034,7 +1034,7 @@
"test:unit": "jest --ci --coverage",
"test:unit:watch": "jest --watch --coverage",
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json ",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/ui-inventory ./translations/ui-inventory/compiled"
"formatjs-compile": "stripes translate compile"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand All @@ -1044,35 +1044,35 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.9.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.2.2",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-components": "^12.2.2",
"@folio/stripes-connect": "^9.2.0",
"@folio/stripes-core": "^10.2.1",
"@folio/eslint-config-stripes": "^8.0.0",
"@folio/jest-config-stripes": "^3.0.0",
"@folio/stripes": "^10.0.0",
"@folio/stripes-cli": "^4.0.0",
"@folio/stripes-components": "^13.0.0",
"@folio/stripes-connect": "^10.0.0",
"@folio/stripes-core": "^11.0.0",
"@folio/stripes-inventory-components": "^2.0.0",
"@folio/stripes-marc-components": "^1.1.0",
"@folio/stripes-smart-components": "^9.2.1",
"@folio/stripes-testing": "^4.6.0",
"@folio/stripes-util": "^6.2.0",
"@formatjs/cli": "^6.1.3",
"@folio/stripes-marc-components": "^2.0.0",
"@folio/stripes-smart-components": "^10.0.0",
"@folio/stripes-testing": "^5.0.0",
"@folio/stripes-util": "^7.0.0",
"@formatjs/cli": "^6.6.0",
"core-js": "^3.6.4",
"eslint": "^7.13.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-intl": "^7.1.5",
"react-query": "^3.6.0",
"react-router-dom": "^5.0.1",
"regenerator-runtime": "^0.13.3",
"sinon": "^7.0.0",
"zustand": "^4.1.1"
},
"dependencies": {
"@folio/stripes-acq-components": "~6.0.0",
"@folio/stripes-acq-components": "^7.0.0",
"classnames": "^2.3.2",
"file-saver": "^2.0.0",
"final-form": "^4.18.2",
Expand All @@ -1094,11 +1094,11 @@
"use-session-storage-state": "^18.2.0"
},
"peerDependencies": {
"@folio/stripes": "^9.2.2",
"@folio/stripes": "^10.0.0",
"@folio/stripes-inventory-components": "^2.0.0",
"@folio/stripes-marc-components": "^1.1.0",
"@folio/stripes-marc-components": "^2.0.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-intl": "^7.1.5",
"react-query": "^3.6.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
Expand Down
Loading