@mercurjs/admin 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3556,7 +3556,7 @@ function getRouteMap({
3556
3556
  },
3557
3557
  {
3558
3558
  path: "edits",
3559
- lazy: () => import("./order-create-edit-G35PDCQ2.js")
3559
+ lazy: () => import("./order-create-edit-AONQC3TO.js")
3560
3560
  },
3561
3561
  {
3562
3562
  path: "refund",
@@ -116,7 +116,7 @@ import { useTranslation as useTranslation6 } from "react-i18next";
116
116
  import { useCallback, useEffect, useMemo as useMemo3, useState as useState2 } from "react";
117
117
  import { MagnifyingGlass } from "@medusajs/icons";
118
118
  import { Button, Heading, Input as Input2, Text as Text2, toast as toast2 } from "@medusajs/ui";
119
- import debounce from "lodash/debounce";
119
+ import debounce from "lodash.debounce";
120
120
  import { useTranslation as useTranslation5 } from "react-i18next";
121
121
 
122
122
  // src/pages/orders/order-create-edit/components/add-order-edit-items-table/add-order-edit-items-table.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -29,8 +29,8 @@
29
29
  "lint": "oxlint --max-warnings 0"
30
30
  },
31
31
  "dependencies": {
32
- "@mercurjs/dashboard-shared": "2.1.3",
33
- "@mercurjs/client": "2.1.3",
32
+ "@mercurjs/dashboard-shared": "2.1.4",
33
+ "@mercurjs/client": "2.1.4",
34
34
  "@ariakit/react": "^0.4.15",
35
35
  "@babel/runtime": "^7.26.10",
36
36
  "@dnd-kit/core": "^6.1.0",