@portabletext/plugin-sdk-value 4.0.8 → 4.0.9
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@portabletext/plugin-sdk-value",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"description": "Synchronizes the Portable Text Editor value with the Sanity SDK, allowing for two-way editing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portabletext",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
52
|
"typescript-eslint": "^8.48.0",
|
|
53
53
|
"vitest": "^4.0.15",
|
|
54
|
-
"@portabletext/editor": "^4.1.
|
|
54
|
+
"@portabletext/editor": "^4.1.5",
|
|
55
55
|
"@portabletext/patches": "^2.0.4"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@sanity/sdk-react": "^2.1.2",
|
|
59
59
|
"react": "^19.2",
|
|
60
60
|
"react-dom": "^19.2",
|
|
61
|
-
"@portabletext/editor": "^4.1.
|
|
61
|
+
"@portabletext/editor": "^4.1.5"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=20.19 <22 || >=22.12"
|