Skip to content

Commit

Permalink
UIIN-3203 correctly depend on inflected (#2715)
Browse files Browse the repository at this point in the history
`inflected` is used in `src/views/ItemView.js` and so must be a direct
dep, not a dev-dep.

Refs UIIN-3203
  • Loading branch information
zburke authored Jan 22, 2025
1 parent 55d3001 commit ebc566d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Change import of `exportToCsv` from `stripes-util` to `stripes-components`. Refs UIIN-3025.
* ECS: Disable opening item details if a user is not affiliated with item's member tenant. Fixes UIIN-3187.
* Display failure message during `Update Ownership` action when Item contains Local reference data. Fixes UIIN-3195.
* Correctly depend on `inflected`. Refs UIIN-3203.

## [12.0.10](https://github.com/folio-org/ui-inventory/tree/v12.0.10) (2025-01-20)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.9...v12.0.10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.0",
"inflected": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
Expand All @@ -1048,6 +1047,7 @@
"final-form": "^4.18.2",
"final-form-arrays": "^3.0.1",
"history": "^4.10.0",
"inflected": "^2.1.0",
"ky": "^0.23.0",
"lodash": "^4.17.4",
"moment": "~2.29.4",
Expand Down

0 comments on commit ebc566d

Please sign in to comment.