@portabletext/editor 3.3.6 → 3.3.8
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": "@portabletext/editor",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
4
|
"description": "Portable Text Editor made in React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -66,25 +66,21 @@
|
|
|
66
66
|
"@sanity/types": "^4.20.3",
|
|
67
67
|
"@xstate/react": "^6.0.0",
|
|
68
68
|
"debug": "^4.4.3",
|
|
69
|
-
"lodash": "^4.17.21",
|
|
70
|
-
"lodash.startcase": "^4.4.0",
|
|
71
69
|
"react-compiler-runtime": "^1.0.0",
|
|
72
70
|
"slate": "^0.120.0",
|
|
73
71
|
"slate-dom": "^0.119.0",
|
|
74
72
|
"slate-react": "^0.120.0",
|
|
75
73
|
"xstate": "^5.24.0",
|
|
76
|
-
"@portabletext/block-tools": "^4.1.
|
|
74
|
+
"@portabletext/block-tools": "^4.1.10",
|
|
77
75
|
"@portabletext/keyboard-shortcuts": "^2.1.1",
|
|
78
76
|
"@portabletext/markdown": "^1.0.5",
|
|
79
|
-
"@portabletext/patches": "^2.0.
|
|
77
|
+
"@portabletext/patches": "^2.0.2",
|
|
80
78
|
"@portabletext/schema": "^2.0.1"
|
|
81
79
|
},
|
|
82
80
|
"devDependencies": {
|
|
83
81
|
"@sanity/diff-match-patch": "^3.2.0",
|
|
84
82
|
"@sanity/pkg-utils": "^10.1.2",
|
|
85
83
|
"@types/debug": "^4.1.12",
|
|
86
|
-
"@types/lodash": "^4.17.20",
|
|
87
|
-
"@types/lodash.startcase": "^4.4.9",
|
|
88
84
|
"@types/node": "^20",
|
|
89
85
|
"@types/react": "^19.2.7",
|
|
90
86
|
"@types/react-dom": "^19.2.3",
|
|
@@ -105,12 +101,12 @@
|
|
|
105
101
|
"vite": "^7.1.12",
|
|
106
102
|
"vitest": "^4.0.14",
|
|
107
103
|
"vitest-browser-react": "^2.0.2",
|
|
108
|
-
"@portabletext/sanity-bridge": "1.2.
|
|
104
|
+
"@portabletext/sanity-bridge": "1.2.13",
|
|
109
105
|
"@portabletext/test": "^1.0.2",
|
|
110
106
|
"racejar": "2.0.1"
|
|
111
107
|
},
|
|
112
108
|
"peerDependencies": {
|
|
113
|
-
"@portabletext/sanity-bridge": "^1.2.
|
|
109
|
+
"@portabletext/sanity-bridge": "^1.2.13",
|
|
114
110
|
"react": "^18.3 || ^19",
|
|
115
111
|
"rxjs": "^7.8.2"
|
|
116
112
|
},
|