@medusajs/draft-order 2.11.2-snapshot-20251030163249 → 2.11.2-snapshot-20251031082325

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/draft-order",
3
- "version": "2.11.2-snapshot-20251030163249",
3
+ "version": "2.11.2-snapshot-20251031082325",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -35,47 +35,50 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@ariakit/react": "^0.4.15",
38
+ "@babel/runtime": "^7.26.0",
38
39
  "@hookform/resolvers": "3.4.2",
39
- "@medusajs/js-sdk": "2.11.2-snapshot-20251030163249",
40
+ "@medusajs/js-sdk": "2.11.2-snapshot-20251031082325",
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.2-snapshot-20251030163249",
49
- "@medusajs/cli": "2.11.2-snapshot-20251030163249",
50
- "@medusajs/framework": "2.11.2-snapshot-20251030163249",
51
- "@medusajs/icons": "2.11.2-snapshot-20251030163249",
52
- "@medusajs/test-utils": "2.11.2-snapshot-20251030163249",
53
- "@medusajs/types": "2.11.2-snapshot-20251030163249",
54
- "@medusajs/ui": "4.0.26-snapshot-20251030163249",
55
- "@medusajs/ui-preset": "2.11.2-snapshot-20251030163249",
56
- "@swc/core": "1.5.7",
51
+ "@medusajs/admin-sdk": "2.11.2-snapshot-20251031082325",
52
+ "@medusajs/cli": "2.11.2-snapshot-20251031082325",
53
+ "@medusajs/framework": "2.11.2-snapshot-20251031082325",
54
+ "@medusajs/icons": "2.11.2-snapshot-20251031082325",
55
+ "@medusajs/test-utils": "2.11.2-snapshot-20251031082325",
56
+ "@medusajs/types": "2.11.2-snapshot-20251031082325",
57
+ "@medusajs/ui": "4.0.26-snapshot-20251031082325",
58
+ "@medusajs/ui-preset": "2.11.2-snapshot-20251031082325",
59
+ "@swc/core": "^1.7.28",
57
60
  "@types/lodash": "^4.17.15",
58
- "@types/node": "^20.0.0",
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
- "lodash": "^4.17.21",
62
- "react": "^18.2.0",
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.2.11",
72
+ "vite": "^5.4.14",
69
73
  "yalc": "^1.0.0-pre.53"
70
74
  },
71
75
  "peerDependencies": {
72
- "@medusajs/admin-sdk": "2.11.2-snapshot-20251030163249",
73
- "@medusajs/cli": "2.11.2-snapshot-20251030163249",
74
- "@medusajs/framework": "2.11.2-snapshot-20251030163249",
75
- "@medusajs/icons": "2.11.2-snapshot-20251030163249",
76
- "@medusajs/test-utils": "2.11.2-snapshot-20251030163249",
77
- "@medusajs/ui": "4.0.26-snapshot-20251030163249",
78
- "lodash": "^4.17.21",
76
+ "@medusajs/admin-sdk": "2.11.2-snapshot-20251031082325",
77
+ "@medusajs/cli": "2.11.2-snapshot-20251031082325",
78
+ "@medusajs/framework": "2.11.2-snapshot-20251031082325",
79
+ "@medusajs/icons": "2.11.2-snapshot-20251031082325",
80
+ "@medusajs/test-utils": "2.11.2-snapshot-20251031082325",
81
+ "@medusajs/ui": "4.0.26-snapshot-20251031082325",
79
82
  "react-router-dom": "6.20.1"
80
83
  },
81
84
  "engines": {