]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove redundant @types/nightwatch dependency
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 26 Jan 2024 06:06:01 +0000 (14:06 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 26 Jan 2024 06:06:01 +0000 (14:06 +0800)
Nightwatch v3 has types included in the package, so we don't need to
install them separately.

pnpm-lock.yaml
template/config/nightwatch/package.json

index 5320c04534e5ec652bb8456f76a3926d61d69658..0b5840dc8d95b023b9fb1084240ad024c26aa975 100644 (file)
@@ -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)
index df94c56239baabb7c8261c1816d22e08da27cb3d..8e1a6683c1b51fe935595b6d46493b9735f4e37e 100644 (file)
@@ -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",