From: Haoqun Jiang Date: Fri, 15 Sep 2023 03:46:14 +0000 (+0800) Subject: chore: don't ignore zx updates X-Git-Tag: v3.7.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e67c1b047f2a6d7a00e4a2325dc92766f37fd3;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: don't ignore zx updates Now we are in the same supported Node.js version range as zx, we can safely upgrade it. --- diff --git a/renovate.json b/renovate.json index b1673ad7..3ca10e37 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,5 @@ ], "rangeStrategy": "bump", "labels": ["dependencies"], - "ignoreDeps": ["zx", "esbuild", "typescript", "node"] + "ignoreDeps": ["esbuild", "typescript", "node"] }