add manual package updater to package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lee 2023-03-26 17:58:29 +01:00
parent 3660fa4f36
commit 4c32f504a4
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

@ -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",