]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: don't ignore zx updates
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 15 Sep 2023 03:46:14 +0000 (11:46 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 15 Sep 2023 03:46:14 +0000 (11:46 +0800)
Now we are in the same supported Node.js version range as zx,
we can safely upgrade it.

renovate.json

index b1673ad7130079624ff21f37d8fafa14b8649dc5..3ca10e37893f4e9305d5dcf2c4839cb2231db3f0 100644 (file)
@@ -8,5 +8,5 @@
   ],
   "rangeStrategy": "bump",
   "labels": ["dependencies"],
-  "ignoreDeps": ["zx", "esbuild", "typescript", "node"]
+  "ignoreDeps": ["esbuild", "typescript", "node"]
 }