Update dependency @woocommerce/e2e-utils to v0.1.4 (https://github.com/woocommerce/woocommerce-blocks/pull/4172)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-05 08:10:24 +00:00 committed by GitHub
parent 1cabe4b614
commit 7a53dd1f27
2 changed files with 4 additions and 4 deletions

View File

@ -5219,9 +5219,9 @@
}
},
"@woocommerce/e2e-utils": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@woocommerce/e2e-utils/-/e2e-utils-0.1.3.tgz",
"integrity": "sha512-pud8muMo5138/uEjcRsmVM6zpI8bvQxjIMfWI+OwQggcYUrmsiWMsS3oQPkh6h/gdQTGdnu0hNvuNcucKpUj/w==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@woocommerce/e2e-utils/-/e2e-utils-0.1.4.tgz",
"integrity": "sha512-7MZKT1hgaJWyF66YTxQvBUIgXiAuw4BNJOCX1hkWbeTEUNRp6jIXcePzHReNH4b3IXGYhS/BIqD0vKrxqg17Vw==",
"dev": true,
"requires": {
"@wordpress/deprecated": "^2.10.0",

View File

@ -101,7 +101,7 @@
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"@woocommerce/api": "0.1.2",
"@woocommerce/e2e-utils": "0.1.3",
"@woocommerce/e2e-utils": "0.1.4",
"@woocommerce/eslint-plugin": "1.1.0",
"@woocommerce/woocommerce-rest-api": "1.0.1",
"@wordpress/api-fetch": "3.23.1",