-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Description
Version
5.0.9
Reproduction link
Environment info
vue 3.0, 4.0
└─┬ @vue/cli-service@5.0.9
└─┬ webpack-dev-server@4.15.2
└─┬ @types/serve-static@1.15.8
└─┬ @types/send@0.17.5
└── @types/mime@1.3.5
Steps to reproduce
have vue/cli-service@5.0.9 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
Metadata
Metadata
Assignees
Labels
No labels