@wordpress/edit-widgets 6.32.1-next.47f435fc9.0 → 6.32.1-next.ff1cebbba.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.
Files changed (1) hide show
  1. package/package.json +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.32.1-next.47f435fc9.0",
3
+ "version": "6.32.1-next.ff1cebbba.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,33 +35,33 @@
35
35
  "react-native": "src/index",
36
36
  "wpScript": true,
37
37
  "dependencies": {
38
- "@wordpress/api-fetch": "^7.32.1-next.47f435fc9.0",
39
- "@wordpress/base-styles": "^6.8.1-next.47f435fc9.0",
40
- "@wordpress/block-editor": "^15.5.1-next.47f435fc9.0",
41
- "@wordpress/block-library": "^9.33.1-next.47f435fc9.0",
42
- "@wordpress/blocks": "^15.5.1-next.47f435fc9.0",
43
- "@wordpress/components": "^30.6.1-next.47f435fc9.0",
44
- "@wordpress/compose": "^7.32.1-next.47f435fc9.0",
45
- "@wordpress/core-data": "^7.32.1-next.47f435fc9.0",
46
- "@wordpress/data": "^10.32.1-next.47f435fc9.0",
47
- "@wordpress/deprecated": "^4.32.1-next.47f435fc9.0",
48
- "@wordpress/dom": "^4.32.1-next.47f435fc9.0",
49
- "@wordpress/element": "^6.32.1-next.47f435fc9.0",
50
- "@wordpress/hooks": "^4.32.1-next.47f435fc9.0",
51
- "@wordpress/i18n": "^6.5.1-next.47f435fc9.0",
52
- "@wordpress/icons": "^11.0.1-next.47f435fc9.0",
53
- "@wordpress/interface": "^9.17.1-next.47f435fc9.0",
54
- "@wordpress/keyboard-shortcuts": "^5.32.1-next.47f435fc9.0",
55
- "@wordpress/keycodes": "^4.32.1-next.47f435fc9.0",
56
- "@wordpress/media-utils": "^5.32.1-next.47f435fc9.0",
57
- "@wordpress/notices": "^5.32.1-next.47f435fc9.0",
58
- "@wordpress/patterns": "^2.32.1-next.47f435fc9.0",
59
- "@wordpress/plugins": "^7.32.1-next.47f435fc9.0",
60
- "@wordpress/preferences": "^4.32.1-next.47f435fc9.0",
61
- "@wordpress/private-apis": "^1.32.1-next.47f435fc9.0",
62
- "@wordpress/reusable-blocks": "^5.32.1-next.47f435fc9.0",
63
- "@wordpress/url": "^4.32.1-next.47f435fc9.0",
64
- "@wordpress/widgets": "^4.32.1-next.47f435fc9.0",
38
+ "@wordpress/api-fetch": "^7.32.1-next.ff1cebbba.0",
39
+ "@wordpress/base-styles": "^6.8.1-next.ff1cebbba.0",
40
+ "@wordpress/block-editor": "^15.5.1-next.ff1cebbba.0",
41
+ "@wordpress/block-library": "^9.33.1-next.ff1cebbba.0",
42
+ "@wordpress/blocks": "^15.5.1-next.ff1cebbba.0",
43
+ "@wordpress/components": "^30.6.1-next.ff1cebbba.0",
44
+ "@wordpress/compose": "^7.32.1-next.ff1cebbba.0",
45
+ "@wordpress/core-data": "^7.32.1-next.ff1cebbba.0",
46
+ "@wordpress/data": "^10.32.1-next.ff1cebbba.0",
47
+ "@wordpress/deprecated": "^4.32.1-next.ff1cebbba.0",
48
+ "@wordpress/dom": "^4.32.1-next.ff1cebbba.0",
49
+ "@wordpress/element": "^6.32.1-next.ff1cebbba.0",
50
+ "@wordpress/hooks": "^4.32.1-next.ff1cebbba.0",
51
+ "@wordpress/i18n": "^6.5.1-next.ff1cebbba.0",
52
+ "@wordpress/icons": "^11.0.1-next.ff1cebbba.0",
53
+ "@wordpress/interface": "^9.17.1-next.ff1cebbba.0",
54
+ "@wordpress/keyboard-shortcuts": "^5.32.1-next.ff1cebbba.0",
55
+ "@wordpress/keycodes": "^4.32.1-next.ff1cebbba.0",
56
+ "@wordpress/media-utils": "^5.32.1-next.ff1cebbba.0",
57
+ "@wordpress/notices": "^5.32.1-next.ff1cebbba.0",
58
+ "@wordpress/patterns": "^2.32.1-next.ff1cebbba.0",
59
+ "@wordpress/plugins": "^7.32.1-next.ff1cebbba.0",
60
+ "@wordpress/preferences": "^4.32.1-next.ff1cebbba.0",
61
+ "@wordpress/private-apis": "^1.32.1-next.ff1cebbba.0",
62
+ "@wordpress/reusable-blocks": "^5.32.1-next.ff1cebbba.0",
63
+ "@wordpress/url": "^4.32.1-next.ff1cebbba.0",
64
+ "@wordpress/widgets": "^4.32.1-next.ff1cebbba.0",
65
65
  "clsx": "^2.1.1"
66
66
  },
67
67
  "peerDependencies": {
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "9720f22c138771d2ed1a0522725c3cdf1c242953"
74
+ "gitHead": "c5b659710aff01d40d2eb97b211eb2cec9c07d3b"
75
75
  }