@wordpress/server-side-render 6.14.1-next.v.0 → 6.15.1-next.v.0
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/CHANGELOG.md +2 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/server-side-render",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.15.1-next.v.0+5aba098fc",
|
|
4
4
|
"description": "The component used with WordPress to server-side render a preview of dynamic blocks to display in the editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"wpScript": true,
|
|
44
44
|
"wpScriptDefaultExport": true,
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@wordpress/api-fetch": "^7.
|
|
47
|
-
"@wordpress/blocks": "^15.
|
|
48
|
-
"@wordpress/components": "^32.
|
|
49
|
-
"@wordpress/compose": "^7.
|
|
50
|
-
"@wordpress/data": "^10.
|
|
51
|
-
"@wordpress/deprecated": "^4.
|
|
52
|
-
"@wordpress/element": "^6.
|
|
53
|
-
"@wordpress/i18n": "^6.
|
|
54
|
-
"@wordpress/url": "^4.
|
|
46
|
+
"@wordpress/api-fetch": "^7.39.1-next.v.0+5aba098fc",
|
|
47
|
+
"@wordpress/blocks": "^15.12.1-next.v.0+5aba098fc",
|
|
48
|
+
"@wordpress/components": "^32.1.1-next.v.0+5aba098fc",
|
|
49
|
+
"@wordpress/compose": "^7.39.1-next.v.0+5aba098fc",
|
|
50
|
+
"@wordpress/data": "^10.39.1-next.v.0+5aba098fc",
|
|
51
|
+
"@wordpress/deprecated": "^4.39.1-next.v.0+5aba098fc",
|
|
52
|
+
"@wordpress/element": "^6.39.1-next.v.0+5aba098fc",
|
|
53
|
+
"@wordpress/i18n": "^6.12.1-next.v.0+5aba098fc",
|
|
54
|
+
"@wordpress/url": "^4.39.1-next.v.0+5aba098fc"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^18.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d730f9e00f5462d1b9d2660632850f5f43ccff44"
|
|
64
64
|
}
|