#7483·vue-cli

[@types/mime] EOL package being used in latest 5.0.9 vue/cli-service

Author: shwetanksaraf-cpuCreated Sep 29, 2025Updated Sep 29, 2025

Version

5.0.9

Reproduction link

github.com

Environment info

vue 3.0, 4.0

└─┬ @vue/[email protected]
  └─┬ [email protected]
    └─┬ @types/[email protected]
      └─┬ @types/[email protected]
        └── @types/[email protected]

Steps to reproduce

have vue/[email protected] in vue 4 application package.json as dependency

npm install

npm ls @types/mime

EOL version of being used

Reference - https://www.npmjs.com/package/@types/mime?activeTab=readme

What is expected?

Consider switching to a supported and actively maintained alternative. According to the vendor, this is a stub types definition for @types/mime. mime provides its own type definitions, so you do not need this installed.

What is actually happening?

[@types/mime] EOL package being used in latest 5.0.9