From a70770239682a190c6240cdbe16f1b0d687c55dc Mon Sep 17 00:00:00 2001
From: Zak Burke <zburke@ebsco.com>
Date: Wed, 15 Jan 2025 15:01:02 -0500
Subject: [PATCH] UIIN-3203 correctly depend on inflected

`inflected` is used in `src/views/ItemView.js` and so must be a direct
dep, not a dev-dep.

Refs UIIN-3203
---
 CHANGELOG.md | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b35adebbc..86b53d8e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
 * Display `Shared` facet when user opens "Move holdings/items to another instance" modal. Refs UIIN-3198.
 * ECS - Allow 'Move holdings/items to another instance' if instance is shared. Refs UIIN-3188.
 * Fix '"location name" is undefined' error when trying to open instance details on ECS. Fixes UIIN-3196.
+* Correctly depend on `inflected`. Refs UIIN-3203.
 
 ## [12.0.8](https://github.com/folio-org/ui-inventory/tree/v12.0.8) (2024-12-24)
 [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.7...v12.0.8)
diff --git a/package.json b/package.json
index fc873ec94..0f7e8990b 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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",