From a23008f39c62a2ced7170f94366e4e3b895918ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 10:43:44 +0100 Subject: [PATCH] Update dependency lint-staged to v9.2.0 (https://github.com/woocommerce/woocommerce-blocks/pull/718) --- plugins/woocommerce-blocks/package-lock.json | 8 ++++---- plugins/woocommerce-blocks/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index 0cbc843d1e5..d82a941b667 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -1,6 +1,6 @@ { "name": "@woocommerce/block-library", - "version": "2.3.0-dev", + "version": "2.3.0-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13482,9 +13482,9 @@ } }, "lint-staged": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz", - "integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.0.tgz", + "integrity": "sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index 44b745d420e..c9178a20d0b 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -67,7 +67,7 @@ "husky": "2.4.1", "interpolate-components": "1.1.1", "js-md5": "0.7.3", - "lint-staged": "9.1.0", + "lint-staged": "9.2.0", "mini-css-extract-plugin": "0.7.0", "node-sass": "4.12.0", "po2json": "1.0.0-alpha",