From 21dd8f2de5fb8a389edd31375e79e8f5119b6c0b Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Sun, 28 May 2023 01:04:29 +0100 Subject: [PATCH] why was this a strict version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0b1cc0..2d41f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "husky": "^8.0.1", "jest": "^29.5.0", "jest-junit": "^16.0.0", - "lint-staged": "13.2.2", + "lint-staged": "^13.2.2", "nock": "^13.1.3", "node-notifier": "^10.0.0", "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index 1190bc6..4d9a1f6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "husky": "^8.0.1", "jest": "^29.5.0", "jest-junit": "^16.0.0", - "lint-staged": "13.2.2", + "lint-staged": "^13.2.2", "nock": "^13.1.3", "node-notifier": "^10.0.0", "npm-run-all": "^4.1.5",