@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
|
@@ -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
|
|
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
|
+
"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.
|
|
33
|
-
"@mercurjs/client": "2.1.
|
|
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",
|