Vuelidate types installs vue2 as a dependency
Author: mjb8086Created Mar 20, 2025Updated Mar 20, 2025
Labelsbug2.0
Describe the bug Following the installation of vuelidate types:
npm install @types/vuelidateI notice that vue 2 is installed as a dependency:
[JsAppRoot %> npm ls [email protected]
[email protected]
└─┬ @types/[email protected]
└── [email protected]I am only using vue3 in this app.
Expected behavior Since Vuelidate supports Vue3, its types should not install vue2 as a dependency.
Source: vuelidate/vuelidate