From 5b3cb1b197a576dd5db71f0e99fbfe9767bfe930 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 26 Jan 2024 14:06:01 +0800 Subject: [PATCH] chore: remove redundant @types/nightwatch dependency Nightwatch v3 has types included in the package, so we don't need to install them separately. --- pnpm-lock.yaml | 3 --- template/config/nightwatch/package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5320c045..0b5840dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,9 +113,6 @@ importers: '@nightwatch/vue': specifier: ^3.1.0 version: 3.1.0(@types/node@20.11.5)(vue@3.4.15) - '@types/nightwatch': - specifier: ^2.3.30 - version: 2.3.30 '@vitejs/plugin-vue': specifier: ^5.0.3 version: 5.0.3(vite@5.0.11)(vue@3.4.15) diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index df94c562..8e1a6683 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -6,7 +6,6 @@ "nightwatch": "^3.3.8", "@nightwatch/vue": "^3.1.0", "@vitejs/plugin-vue": "^5.0.3", - "@types/nightwatch": "^2.3.30", "geckodriver": "^4.3.0", "chromedriver": "^121.0.0", "ts-node": "^10.9.2", -- 2.39.5