@medusajs/draft-order 2.11.2-snapshot-20251031090242 → 2.11.2

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-20251031090242",
3
+ "version": "2.11.2",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -27,90 +27,57 @@
27
27
  "medusa-plugin",
28
28
  "medusa-v2"
29
29
  ],
30
- "scripts": {
31
- "build": "medusa plugin:build",
32
- "dev": "medusa plugin:develop",
33
- "prepare": "cross-env NODE_ENV=production yarn run build",
34
- "link:watch": "medusa plugin:publish && medusa plugin:develop"
35
- },
36
30
  "dependencies": {
37
31
  "@ariakit/react": "^0.4.15",
38
- "@babel/runtime": "^7.26.0",
39
32
  "@hookform/resolvers": "3.4.2",
40
- "@medusajs/js-sdk": "2.11.2-snapshot-20251031090242",
33
+ "@medusajs/js-sdk": "2.11.2",
41
34
  "@tanstack/react-query": "5.64.2",
42
35
  "@uiw/react-json-view": "^2.0.0-alpha.17",
43
36
  "date-fns": "^3.6.0",
44
- "lodash.debounce": "^4.0.8",
45
- "lodash.isequal": "^4.5.0",
46
37
  "match-sorter": "^6.3.4",
47
38
  "radix-ui": "1.1.2",
48
39
  "react-hook-form": "7.49.1"
49
40
  },
50
41
  "devDependencies": {
51
- "@medusajs/admin-sdk": "2.11.2-snapshot-20251031090242",
52
- "@medusajs/cli": "2.11.2-snapshot-20251031090242",
53
- "@medusajs/framework": "2.11.2-snapshot-20251031090242",
54
- "@medusajs/icons": "2.11.2-snapshot-20251031090242",
55
- "@medusajs/test-utils": "2.11.2-snapshot-20251031090242",
56
- "@medusajs/types": "2.11.2-snapshot-20251031090242",
57
- "@medusajs/ui": "4.0.26-snapshot-20251031090242",
58
- "@medusajs/ui-preset": "2.11.2-snapshot-20251031090242",
59
- "@swc/core": "^1.7.28",
42
+ "@medusajs/admin-sdk": "2.11.2",
43
+ "@medusajs/cli": "2.11.2",
44
+ "@medusajs/framework": "2.11.2",
45
+ "@medusajs/icons": "2.11.2",
46
+ "@medusajs/test-utils": "2.11.2",
47
+ "@medusajs/types": "2.11.2",
48
+ "@medusajs/ui": "4.0.26",
49
+ "@medusajs/ui-preset": "2.11.2",
50
+ "@swc/core": "1.5.7",
60
51
  "@types/lodash": "^4.17.15",
61
- "@types/lodash.debounce": "^4.0.9",
62
- "@types/lodash.isequal": "^4.5.8",
63
- "@types/node": "^20.12.11",
52
+ "@types/node": "^20.0.0",
64
53
  "@types/react": "^18.3.2",
65
54
  "@types/react-dom": "^18.2.25",
66
- "react": "^18.3.1",
67
- "react-dom": "^18.3.1",
55
+ "lodash": "^4.17.21",
56
+ "react": "^18.2.0",
57
+ "react-dom": "^18.2.0",
68
58
  "react-router-dom": "6.20.1",
69
59
  "ts-node": "^10.9.2",
70
60
  "tsup": "^8.4.0",
71
61
  "typescript": "^5.6.2",
72
- "vite": "^5.4.14",
62
+ "vite": "^5.2.11",
73
63
  "yalc": "^1.0.0-pre.53"
74
64
  },
75
65
  "peerDependencies": {
76
- "@medusajs/admin-sdk": "2.11.2-snapshot-20251031090242",
77
- "@medusajs/cli": "2.11.2-snapshot-20251031090242",
78
- "@medusajs/framework": "2.11.2-snapshot-20251031090242",
79
- "@medusajs/icons": "2.11.2-snapshot-20251031090242",
80
- "@medusajs/test-utils": "2.11.2-snapshot-20251031090242",
81
- "@medusajs/ui": "4.0.26-snapshot-20251031090242",
82
- "react": "^18.3.1",
83
- "react-dom": "^18.3.1",
66
+ "@medusajs/admin-sdk": "2.11.2",
67
+ "@medusajs/cli": "2.11.2",
68
+ "@medusajs/framework": "2.11.2",
69
+ "@medusajs/icons": "2.11.2",
70
+ "@medusajs/test-utils": "2.11.2",
71
+ "@medusajs/ui": "4.0.26",
72
+ "lodash": "^4.17.21",
84
73
  "react-router-dom": "6.20.1"
85
74
  },
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
- },
112
75
  "engines": {
113
76
  "node": ">=20"
114
77
  },
115
- "packageManager": "yarn@3.2.1"
116
- }
78
+ "scripts": {
79
+ "build": "medusa plugin:build",
80
+ "dev": "medusa plugin:develop",
81
+ "link:watch": "medusa plugin:publish && medusa plugin:develop"
82
+ }
83
+ }