Skip to content

dulguun0225/asteriskbug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published