Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 529 Bytes

Nested/transitive dependency * asterisk version bug

The @types/react-transition-group package has a dependency as

"@types/react" : "*"

This project has a dependency as

"@types/react": "^16.9.56"

Also both overrides and resolutions as

  "overrides": {
    "@types/react": "^16.9.56"
  },
  "resolutions": {
    "@types/react": "^16.9.56"
  },

After running

bun install

The node_modules/@types/react-transition-group/node_modules/@types/react should not exist