@wordpress/dom 4.0.0 → 4.0.1
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.0.
|
3
|
+
"version": "4.0.1",
|
4
4
|
"description": "DOM utilities module for WordPress.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -30,10 +30,10 @@
|
|
30
30
|
"sideEffects": false,
|
31
31
|
"dependencies": {
|
32
32
|
"@babel/runtime": "^7.16.0",
|
33
|
-
"@wordpress/deprecated": "^4.0.
|
33
|
+
"@wordpress/deprecated": "^4.0.1"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "0e973525f7787401b5a544e0727774d52a78639f"
|
39
39
|
}
|