@portabletext/editor 1.55.3 → 1.55.4

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": "1.55.3",
3
+ "version": "1.55.4",
4
4
  "description": "Portable Text Editor made in React",
5
5
  "keywords": [
6
6
  "sanity",
@@ -80,15 +80,15 @@
80
80
  "slate-react": "0.117.1",
81
81
  "use-effect-event": "^1.0.2",
82
82
  "xstate": "^5.20.0",
83
- "@portabletext/block-tools": "1.1.31",
84
- "@portabletext/patches": "1.1.5"
83
+ "@portabletext/patches": "1.1.5",
84
+ "@portabletext/block-tools": "1.1.32"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@portabletext/toolkit": "^2.0.17",
88
88
  "@sanity/diff-match-patch": "^3.2.0",
89
89
  "@sanity/pkg-utils": "^7.8.5",
90
- "@sanity/schema": "^3.93.0",
91
- "@sanity/types": "^3.93.0",
90
+ "@sanity/schema": "^3.94.2",
91
+ "@sanity/types": "^3.94.2",
92
92
  "@testing-library/react": "^16.3.0",
93
93
  "@types/debug": "^4.1.12",
94
94
  "@types/lodash": "^4.17.16",
@@ -97,7 +97,7 @@
97
97
  "@types/react-dom": "^19.1.6",
98
98
  "@typescript-eslint/eslint-plugin": "^8.34.0",
99
99
  "@typescript-eslint/parser": "^8.34.0",
100
- "@vitejs/plugin-react": "^4.5.2",
100
+ "@vitejs/plugin-react": "^4.6.0",
101
101
  "@vitest/browser": "^3.2.4",
102
102
  "@vitest/coverage-istanbul": "^3.2.4",
103
103
  "babel-plugin-react-compiler": "19.1.0-rc.2",
@@ -110,12 +110,12 @@
110
110
  "typescript": "5.8.3",
111
111
  "vite": "^6.2.5",
112
112
  "vitest": "^3.2.4",
113
- "vitest-browser-react": "^0.3.0",
114
- "racejar": "1.2.8"
113
+ "vitest-browser-react": "^1.0.0",
114
+ "racejar": "1.2.9"
115
115
  },
116
116
  "peerDependencies": {
117
- "@sanity/schema": "^3.93.0",
118
- "@sanity/types": "^3.93.0",
117
+ "@sanity/schema": "^3.94.2",
118
+ "@sanity/types": "^3.94.2",
119
119
  "react": "^16.9 || ^17 || ^18 || ^19",
120
120
  "rxjs": "^7.8.2"
121
121
  },
@@ -108,7 +108,6 @@ export const abstractSplitBehaviors = [
108
108
  context: {
109
109
  ...snapshot.context,
110
110
  selection: newTextBlockSelection,
111
- value: [focusTextBlock.node],
112
111
  },
113
112
  })
114
113
  .at(0),