From: Haoqun Jiang Date: Fri, 26 Jan 2024 06:06:01 +0000 (+0800) Subject: chore: remove redundant @types/nightwatch dependency X-Git-Tag: v3.9.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3cb1b197a576dd5db71f0e99fbfe9767bfe930;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: remove redundant @types/nightwatch dependency Nightwatch v3 has types included in the package, so we don't need to install them separately. --- 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",