Update dependency ast-types to v0.14.2
This commit is contained in:
parent
0267a3a08d
commit
054c3d59eb
|
@ -11325,9 +11325,9 @@
|
|||
"integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
|
||||
},
|
||||
"ast-types": {
|
||||
"version": "0.14.1",
|
||||
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.1.tgz",
|
||||
"integrity": "sha512-pfSiukbt23P1qMhNnsozLzhMLBs7EEeXqPyvPmnuZM+RMfwfqwDbSVKYflgGuVI7/VehR4oMks0igzdNAg4VeQ==",
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz",
|
||||
"integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"tslib": "^2.0.1"
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"@wordpress/postcss-themes": "1.0.5",
|
||||
"@wordpress/prettier-config": "0.3.0",
|
||||
"@wordpress/scripts": "12.0.0",
|
||||
"ast-types": "0.14.1",
|
||||
"ast-types": "0.14.2",
|
||||
"autoprefixer": "9.8.6",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "26.3.0",
|
||||
|
|
Loading…
Reference in New Issue