Skip to content

Commit

Permalink
UIIN-3223: Migrate stripes dependencies to their Sunflower versions a…
Browse files Browse the repository at this point in the history
…nd react-intl to v7 (#2769)
  • Loading branch information
OleksandrHladchenko1 authored Feb 28, 2025
1 parent 85cd1f9 commit 84b0a98
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
* Provide ids _and `length` param_ when retrieving job profiles. Refs UIIN-3257.
* Move ‘Set for deletion’ checkbox field to 4th space in top row of Instance Edit view. Refs UIIN-3259.
* Update Inventory: Set records for deletion permission's effect on ‘Set for deletion’ checkbox in Instance Edit view. Refs UIIN-3260.
* *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",
"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

0 comments on commit 84b0a98

Please sign in to comment.