hipstersmoothie / react-docgen-typescript-plugin

A webpack plugin to inject react typescript docgen information
MIT License
68 stars 28 forks source link

Bump flat-cache to latest version (caveat) #95

Open aaronzshey opened 3 months ago

aaronzshey commented 3 months ago

On my machine (macOS Monterey 12.7.2, npm 10.8.1, node 22) the tests completed.

However, running npm install will still throw warns about glob, rimraf, etc. This is because the current version of jest hasn't been updated yet - jest's version "3.0.0-alpha5" bumps all these packages (https://github.com/jestjs/jest/blob/main/package.json).

aaronzshey commented 3 months ago

closes #93