From 55c179a6caa4cd83e63c91b3c92a6489a24f6d31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 21:22:37 +0000 Subject: [PATCH] Update lint-staged requirement from ^8.1.0 to ^9.0.0 Updates the requirements on [lint-staged](https://github.com/okonet/lint-staged) to permit the latest version. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v8.1.0...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c10b41cdb..c22afc2e6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "enzyme-adapter-react-16": "^1.7.1", "enzyme-to-json": "^3.1.4", "jsonp": "^0.2.0", - "lint-staged": "^8.1.0", + "lint-staged": "^9.0.0", "pre-commit": "1.x", "querystring": "^0.2.0", "rc-dialog": "7.3.1",