@lodashventure/medusa-product-content 1.3.5 → 1.3.6
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 +47 -47
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lodashventure/medusa-product-content",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "Medusa Admin plugin for enhanced product content management with rich text editor and i18n specifications",
|
|
5
5
|
"author": "Product Core Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,32 +25,32 @@
|
|
|
25
25
|
"prepublishOnly": "medusa plugin:build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tiptap/core": "^
|
|
29
|
-
"@tiptap/extension-bold": "^
|
|
30
|
-
"@tiptap/extension-bullet-list": "^
|
|
31
|
-
"@tiptap/extension-code": "^
|
|
32
|
-
"@tiptap/extension-document": "^
|
|
33
|
-
"@tiptap/extension-dropcursor": "^
|
|
34
|
-
"@tiptap/extension-heading": "^
|
|
35
|
-
"@tiptap/extension-history": "^
|
|
36
|
-
"@tiptap/extension-image": "^
|
|
37
|
-
"@tiptap/extension-italic": "^
|
|
38
|
-
"@tiptap/extension-link": "^
|
|
39
|
-
"@tiptap/extension-list-item": "^
|
|
40
|
-
"@tiptap/extension-ordered-list": "^
|
|
41
|
-
"@tiptap/extension-paragraph": "^
|
|
42
|
-
"@tiptap/extension-placeholder": "^
|
|
43
|
-
"@tiptap/extension-table": "^
|
|
44
|
-
"@tiptap/extension-table-cell": "^
|
|
45
|
-
"@tiptap/extension-table-header": "^
|
|
46
|
-
"@tiptap/extension-table-row": "^
|
|
47
|
-
"@tiptap/extension-text": "^
|
|
48
|
-
"@tiptap/extension-underline": "^
|
|
49
|
-
"@tiptap/react": "^
|
|
50
|
-
"@tiptap/starter-kit": "^
|
|
51
|
-
"isomorphic-dompurify": "^2.
|
|
52
|
-
"lucide-react": "^0.
|
|
53
|
-
"papaparse": "^5.
|
|
28
|
+
"@tiptap/core": "^3.10.3",
|
|
29
|
+
"@tiptap/extension-bold": "^3.10.3",
|
|
30
|
+
"@tiptap/extension-bullet-list": "^3.10.3",
|
|
31
|
+
"@tiptap/extension-code": "^3.10.3",
|
|
32
|
+
"@tiptap/extension-document": "^3.10.3",
|
|
33
|
+
"@tiptap/extension-dropcursor": "^3.10.3",
|
|
34
|
+
"@tiptap/extension-heading": "^3.10.3",
|
|
35
|
+
"@tiptap/extension-history": "^3.10.3",
|
|
36
|
+
"@tiptap/extension-image": "^3.10.3",
|
|
37
|
+
"@tiptap/extension-italic": "^3.10.3",
|
|
38
|
+
"@tiptap/extension-link": "^3.10.3",
|
|
39
|
+
"@tiptap/extension-list-item": "^3.10.3",
|
|
40
|
+
"@tiptap/extension-ordered-list": "^3.10.3",
|
|
41
|
+
"@tiptap/extension-paragraph": "^3.10.3",
|
|
42
|
+
"@tiptap/extension-placeholder": "^3.10.3",
|
|
43
|
+
"@tiptap/extension-table": "^3.10.3",
|
|
44
|
+
"@tiptap/extension-table-cell": "^3.10.3",
|
|
45
|
+
"@tiptap/extension-table-header": "^3.10.3",
|
|
46
|
+
"@tiptap/extension-table-row": "^3.10.3",
|
|
47
|
+
"@tiptap/extension-text": "^3.10.3",
|
|
48
|
+
"@tiptap/extension-underline": "^3.10.3",
|
|
49
|
+
"@tiptap/react": "^3.10.3",
|
|
50
|
+
"@tiptap/starter-kit": "^3.10.3",
|
|
51
|
+
"isomorphic-dompurify": "^2.31.0",
|
|
52
|
+
"lucide-react": "^0.553.0",
|
|
53
|
+
"papaparse": "^5.5.3",
|
|
54
54
|
"react-beautiful-dnd": "^13.1.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
@@ -65,28 +65,28 @@
|
|
|
65
65
|
"react-dom": "^18.2.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@medusajs/admin-sdk": "2.11.
|
|
69
|
-
"@medusajs/admin-shared": "2.11.
|
|
70
|
-
"@medusajs/cli": "2.11.
|
|
71
|
-
"@medusajs/framework": "2.11.
|
|
72
|
-
"@medusajs/icons": "^2.11.
|
|
73
|
-
"@medusajs/js-sdk": "2.11.
|
|
74
|
-
"@medusajs/medusa": "2.11.
|
|
75
|
-
"@medusajs/ui": "4.0.
|
|
76
|
-
"@swc/core": "1.
|
|
77
|
-
"@tanstack/react-query": "5.90.
|
|
78
|
-
"@types/node": "^
|
|
79
|
-
"@types/papaparse": "^5.
|
|
80
|
-
"@types/react": "^
|
|
68
|
+
"@medusajs/admin-sdk": "2.11.3",
|
|
69
|
+
"@medusajs/admin-shared": "2.11.3",
|
|
70
|
+
"@medusajs/cli": "2.11.3",
|
|
71
|
+
"@medusajs/framework": "2.11.3",
|
|
72
|
+
"@medusajs/icons": "^2.11.3",
|
|
73
|
+
"@medusajs/js-sdk": "2.11.3",
|
|
74
|
+
"@medusajs/medusa": "2.11.3",
|
|
75
|
+
"@medusajs/ui": "4.0.27",
|
|
76
|
+
"@swc/core": "1.15.0",
|
|
77
|
+
"@tanstack/react-query": "5.90.7",
|
|
78
|
+
"@types/node": "^24.10.0",
|
|
79
|
+
"@types/papaparse": "^5.5.0",
|
|
80
|
+
"@types/react": "^19.2.2",
|
|
81
81
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
82
|
-
"@types/react-dom": "^
|
|
83
|
-
"jest": "^
|
|
84
|
-
"react": "^
|
|
85
|
-
"react-dom": "^
|
|
86
|
-
"react-router-dom": "^7.9.
|
|
82
|
+
"@types/react-dom": "^19.2.2",
|
|
83
|
+
"jest": "^30.2.0",
|
|
84
|
+
"react": "^19.2.0",
|
|
85
|
+
"react-dom": "^19.2.0",
|
|
86
|
+
"react-router-dom": "^7.9.5",
|
|
87
87
|
"ts-node": "^10.9.2",
|
|
88
|
-
"typescript": "^5.
|
|
89
|
-
"vite": "^
|
|
88
|
+
"typescript": "^5.9.3",
|
|
89
|
+
"vite": "^7.2.2",
|
|
90
90
|
"yalc": "1.0.0-pre.53"
|
|
91
91
|
},
|
|
92
92
|
"keywords": [
|