@medusajs/draft-order 2.11.3-preview-20251031150158 → 2.11.3-preview-20251031210152
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/.medusa/server/src/admin/index.js +402 -401
- package/.medusa/server/src/admin/index.mjs +400 -400
- package/package.json +54 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/draft-order",
|
|
3
|
-
"version": "2.11.3-preview-
|
|
3
|
+
"version": "2.11.3-preview-20251031210152",
|
|
4
4
|
"description": "A starter for Medusa plugins.",
|
|
5
5
|
"author": "Medusa (https://medusajs.com)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,49 +35,80 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@ariakit/react": "^0.4.15",
|
|
38
|
+
"@babel/runtime": "^7.26.10",
|
|
38
39
|
"@hookform/resolvers": "3.4.2",
|
|
39
|
-
"@medusajs/js-sdk": "2.11.3-preview-
|
|
40
|
+
"@medusajs/js-sdk": "2.11.3-preview-20251031210152",
|
|
40
41
|
"@tanstack/react-query": "5.64.2",
|
|
41
42
|
"@uiw/react-json-view": "^2.0.0-alpha.17",
|
|
42
43
|
"date-fns": "^3.6.0",
|
|
44
|
+
"lodash.debounce": "^4.0.8",
|
|
45
|
+
"lodash.isequal": "^4.5.0",
|
|
43
46
|
"match-sorter": "^6.3.4",
|
|
44
47
|
"radix-ui": "1.1.2",
|
|
45
48
|
"react-hook-form": "7.49.1"
|
|
46
49
|
},
|
|
47
50
|
"devDependencies": {
|
|
48
|
-
"@medusajs/admin-sdk": "2.11.3-preview-
|
|
49
|
-
"@medusajs/cli": "2.11.3-preview-
|
|
50
|
-
"@medusajs/framework": "2.11.3-preview-
|
|
51
|
-
"@medusajs/icons": "2.11.3-preview-
|
|
52
|
-
"@medusajs/test-utils": "2.11.3-preview-
|
|
53
|
-
"@medusajs/types": "2.11.3-preview-
|
|
54
|
-
"@medusajs/ui": "4.0.27-preview-
|
|
55
|
-
"@medusajs/ui-preset": "2.11.3-preview-
|
|
56
|
-
"@swc/core": "1.
|
|
51
|
+
"@medusajs/admin-sdk": "2.11.3-preview-20251031210152",
|
|
52
|
+
"@medusajs/cli": "2.11.3-preview-20251031210152",
|
|
53
|
+
"@medusajs/framework": "2.11.3-preview-20251031210152",
|
|
54
|
+
"@medusajs/icons": "2.11.3-preview-20251031210152",
|
|
55
|
+
"@medusajs/test-utils": "2.11.3-preview-20251031210152",
|
|
56
|
+
"@medusajs/types": "2.11.3-preview-20251031210152",
|
|
57
|
+
"@medusajs/ui": "4.0.27-preview-20251031210152",
|
|
58
|
+
"@medusajs/ui-preset": "2.11.3-preview-20251031210152",
|
|
59
|
+
"@swc/core": "^1.7.28",
|
|
57
60
|
"@types/lodash": "^4.17.15",
|
|
58
|
-
"@types/
|
|
61
|
+
"@types/lodash.debounce": "^4.0.9",
|
|
62
|
+
"@types/lodash.isequal": "^4.5.8",
|
|
63
|
+
"@types/node": "^20.12.11",
|
|
59
64
|
"@types/react": "^18.3.2",
|
|
60
65
|
"@types/react-dom": "^18.2.25",
|
|
61
|
-
"
|
|
62
|
-
"react": "^18.
|
|
63
|
-
"react-dom": "^18.2.0",
|
|
66
|
+
"react": "^18.3.1",
|
|
67
|
+
"react-dom": "^18.3.1",
|
|
64
68
|
"react-router-dom": "6.20.1",
|
|
65
69
|
"ts-node": "^10.9.2",
|
|
66
70
|
"tsup": "^8.4.0",
|
|
67
71
|
"typescript": "^5.6.2",
|
|
68
|
-
"vite": "^5.
|
|
72
|
+
"vite": "^5.4.14",
|
|
69
73
|
"yalc": "^1.0.0-pre.53"
|
|
70
74
|
},
|
|
71
75
|
"peerDependencies": {
|
|
72
|
-
"@medusajs/admin-sdk": "2.11.3-preview-
|
|
73
|
-
"@medusajs/cli": "2.11.3-preview-
|
|
74
|
-
"@medusajs/framework": "2.11.3-preview-
|
|
75
|
-
"@medusajs/icons": "2.11.3-preview-
|
|
76
|
-
"@medusajs/test-utils": "2.11.3-preview-
|
|
77
|
-
"@medusajs/ui": "4.0.27-preview-
|
|
78
|
-
"
|
|
76
|
+
"@medusajs/admin-sdk": "2.11.3-preview-20251031210152",
|
|
77
|
+
"@medusajs/cli": "2.11.3-preview-20251031210152",
|
|
78
|
+
"@medusajs/framework": "2.11.3-preview-20251031210152",
|
|
79
|
+
"@medusajs/icons": "2.11.3-preview-20251031210152",
|
|
80
|
+
"@medusajs/test-utils": "2.11.3-preview-20251031210152",
|
|
81
|
+
"@medusajs/ui": "4.0.27-preview-20251031210152",
|
|
82
|
+
"react": "^18.3.1",
|
|
83
|
+
"react-dom": "^18.3.1",
|
|
79
84
|
"react-router-dom": "6.20.1"
|
|
80
85
|
},
|
|
86
|
+
"peerDependenciesMeta": {
|
|
87
|
+
"@medusajs/admin-sdk": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
90
|
+
"@medusajs/cli": {
|
|
91
|
+
"optional": true
|
|
92
|
+
},
|
|
93
|
+
"@medusajs/icons": {
|
|
94
|
+
"optional": true
|
|
95
|
+
},
|
|
96
|
+
"@medusajs/test-utils": {
|
|
97
|
+
"optional": true
|
|
98
|
+
},
|
|
99
|
+
"@medusajs/ui": {
|
|
100
|
+
"optional": true
|
|
101
|
+
},
|
|
102
|
+
"react": {
|
|
103
|
+
"optional": true
|
|
104
|
+
},
|
|
105
|
+
"react-dom": {
|
|
106
|
+
"optional": true
|
|
107
|
+
},
|
|
108
|
+
"react-router-dom": {
|
|
109
|
+
"optional": true
|
|
110
|
+
}
|
|
111
|
+
},
|
|
81
112
|
"engines": {
|
|
82
113
|
"node": ">=20"
|
|
83
114
|
},
|