From a69d15299d1df90d38a61837bcde7f3f2e570883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Sun, 29 Sep 2024 01:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=200=E3=80=81updateDependenci?= =?UTF-8?q?es.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _script/0、updateDependencies.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _script/0、updateDependencies.bat diff --git a/_script/0、updateDependencies.bat b/_script/0、updateDependencies.bat new file mode 100644 index 0000000..6987151 --- /dev/null +++ b/_script/0、updateDependencies.bat @@ -0,0 +1,12 @@ +node -v + +# npm install -g npm-check-updates + +cd ../packages/core +ncu -u + +cd ../gui +ncu -u + +cd ../mitmproxy +ncu -u