@wordpress/interface 6.0.1 → 6.0.3
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/lock-unlock.js +1 -1
- package/package.json +9 -9
package/lock-unlock.js
CHANGED
|
@@ -5,6 +5,6 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
|
|
|
5
5
|
|
|
6
6
|
export const { lock, unlock } =
|
|
7
7
|
__dangerousOptInToUnstableAPIsOnlyForCoreModules(
|
|
8
|
-
'I
|
|
8
|
+
'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',
|
|
9
9
|
'@wordpress/interface'
|
|
10
10
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/interface",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/runtime": "^7.16.0",
|
|
36
36
|
"@wordpress/a11y": "^4.0.1",
|
|
37
|
-
"@wordpress/components": "^28.0.
|
|
37
|
+
"@wordpress/components": "^28.0.3",
|
|
38
38
|
"@wordpress/compose": "^7.0.1",
|
|
39
|
-
"@wordpress/data": "^10.0.
|
|
39
|
+
"@wordpress/data": "^10.0.2",
|
|
40
40
|
"@wordpress/deprecated": "^4.0.1",
|
|
41
41
|
"@wordpress/element": "^6.0.1",
|
|
42
42
|
"@wordpress/i18n": "^5.0.1",
|
|
43
|
-
"@wordpress/icons": "^10.0.
|
|
44
|
-
"@wordpress/plugins": "^7.0.
|
|
45
|
-
"@wordpress/preferences": "^4.0.
|
|
46
|
-
"@wordpress/private-apis": "^1.0.
|
|
47
|
-
"@wordpress/viewport": "^6.0.
|
|
43
|
+
"@wordpress/icons": "^10.0.2",
|
|
44
|
+
"@wordpress/plugins": "^7.0.3",
|
|
45
|
+
"@wordpress/preferences": "^4.0.3",
|
|
46
|
+
"@wordpress/private-apis": "^1.0.2",
|
|
47
|
+
"@wordpress/viewport": "^6.0.2",
|
|
48
48
|
"clsx": "^2.1.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "9dd5f8dcfa4fc7242e5d48be20ee789ad087b432"
|
|
58
58
|
}
|