@portabletext/block-tools 4.0.0 → 4.0.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@portabletext/block-tools",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portable-text",
|
|
@@ -38,24 +38,24 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"lodash": "^4.17.21",
|
|
41
|
-
"@portabletext/
|
|
42
|
-
"@portabletext/
|
|
41
|
+
"@portabletext/schema": "^2.0.0",
|
|
42
|
+
"@portabletext/sanity-bridge": "^1.2.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@sanity/pkg-utils": "^9.0.
|
|
46
|
-
"@sanity/schema": "^4.
|
|
47
|
-
"@sanity/types": "^4.
|
|
45
|
+
"@sanity/pkg-utils": "^9.0.3",
|
|
46
|
+
"@sanity/schema": "^4.14.2",
|
|
47
|
+
"@sanity/types": "^4.14.2",
|
|
48
48
|
"@types/jsdom": "^20.0.1",
|
|
49
49
|
"@types/lodash": "^4.17.20",
|
|
50
50
|
"@vercel/stega": "0.1.2",
|
|
51
|
-
"@vitest/coverage-v8": "^4.0.
|
|
51
|
+
"@vitest/coverage-v8": "^4.0.6",
|
|
52
52
|
"jsdom": "^27.0.0",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
|
-
"vitest": "^4.0.
|
|
55
|
-
"@portabletext/test": "^
|
|
54
|
+
"vitest": "^4.0.6",
|
|
55
|
+
"@portabletext/test": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@sanity/types": "^4.
|
|
58
|
+
"@sanity/types": "^4.14.2"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=20.19 <22 || >=22.12"
|