@wordpress/dom 4.12.0 → 4.12.1-next.082ed6819.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/dom",
|
3
|
-
"version": "4.12.0",
|
3
|
+
"version": "4.12.1-next.082ed6819.0",
|
4
4
|
"description": "DOM utilities module for WordPress.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"sideEffects": false,
|
32
32
|
"dependencies": {
|
33
33
|
"@babel/runtime": "7.25.7",
|
34
|
-
"@wordpress/deprecated": "
|
34
|
+
"@wordpress/deprecated": "^4.12.1-next.082ed6819.0"
|
35
35
|
},
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "2bb7bad15ddb8e88210fab7d4a1ef1565466e424"
|
40
40
|
}
|