From 4c32f504a4aa2bd77c446255aec6df59659c0017 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 26 Mar 2023 17:58:29 +0100 Subject: [PATCH] add manual package updater to package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1190a0a..091a00e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "dev": "react-env -- next", "build": "next build", "start": "APP_ENV=production node server.js", - "lint": "next lint" + "lint": "next lint", + "update-depends": "npm-check -u" }, "dependencies": { "@beam-australia/react-env": "^3.1.1",