From 8976cf586d1b5506480c7c47dc776957ae6206fd Mon Sep 17 00:00:00 2001 From: Christopher Martin Date: Fri, 2 Jun 2023 13:29:55 +0100 Subject: [PATCH] chore(deps): exclude screenfull when checking for dep updates Refs: #356 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9b00025..93f3f245 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "watch:test": "jest --watch", "watch:lint": "watch 'npm run lint' src/client", "check-types": "tsc", - "check-updates": "npm-check-updates", + "check-updates": "npm-check-updates --reject \"screenfull\"", "prettier": "prettier --write .", "prettier:check": "prettier --check ." },