react-widgets icon indicating copy to clipboard operation
react-widgets copied to clipboard

Deprecation of @types/classnames

Open irenako opened this issue 1 year ago • 0 comments

Hello! I’m encountering a deprecation warning related to the @types/classnames package in [email protected] According the classnames package, it provides its own type definitions, so there is no longer a need for the @types/classnames dependency. However, react-widgets still lists this as a dependency, causing the following warning: npm WARN deprecated @types/[email protected]: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.

Steps to reproduce:

  1. Install the latest version of react/widgets.
  2. Remove node_modules and package-lock.json
  3. Install dependencies

irenako avatar Jan 13 '25 13:01 irenako