Update all non-major dependencies (#468)
* Update all non-major dependencies * Iterate PR Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ const HAKSCRIPTS = [
|
||||
'build',
|
||||
];
|
||||
|
||||
async function main() {
|
||||
async function main(): Promise<void> {
|
||||
const prefix = await findNpmPrefix(process.cwd());
|
||||
let packageJson;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user