From ca50c52674329c5e819796186cfbe7824ee8fdac Mon Sep 17 00:00:00 2001 From: Anthony Jund Date: Tue, 11 Jun 2019 09:03:06 -0400 Subject: [PATCH] Updated lint-staged to fix any-observable error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ec2b22..bf7ce9d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-plugin-typescript": "^1.0.0-rc.1", "file-loader": "^3.0.1", "husky": "^1.3.1", - "lint-staged": "^6.1.1", + "lint-staged": "~8.2.0", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.11.0", "nodemon": "^1.14.10",