rusackas opened a new pull request, #34625: URL: https://github.com/apache/superset/pull/34625
## Summary Removes the deprecated `@types/classnames` npm package to fix npm warning. ## Details The classnames library provides its own TypeScript definitions, so the separate `@types/classnames` package is unnecessary and deprecated. This PR removes it from package.json to eliminate the following npm 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. ``` ## Test plan - [x] npm install runs without the @types/classnames deprecation warning - [x] TypeScript compilation still works correctly (classnames provides its own types) 🤖 Generated with [Claude Code](https://claude.ai/code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
