Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[turborepo] UI package is using older react version #5756

Closed
anmol242 opened this issue Aug 19, 2023 · 1 comment
Closed

[turborepo] UI package is using older react version #5756

anmol242 opened this issue Aug 19, 2023 · 1 comment
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage owned-by: turborepo

Comments

@anmol242
Copy link
Contributor

What version of Turborepo are you using?

latest

What package manager are you using / does the bug impact?

npm

What operating system are you using?

Mac

Describe the Bug

When installing turbo with latest code it is adding "react": "^17.0.2", as a dependency in ui package while web and docs are using "react": "^18.2.0",. So, I had to manually change the react version in ui package.

Expected Behavior

UI package should use same version similar to docs and web aps

To Reproduce

Run npx create-turbo@latest in your local and you will see ui package is using "react": "^17.0.2",

Reproduction Repo

No response

@anmol242 anmol242 added kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage owned-by: turborepo labels Aug 19, 2023
@anmol242 anmol242 changed the title [turborepo] [turborepo] UI package is using older react version in basic example Aug 19, 2023
@anmol242 anmol242 changed the title [turborepo] UI package is using older react version in basic example [turborepo] UI package is using older react version Aug 19, 2023
@tknickman
Copy link
Member

Fixed in #5757. Thanks @anmol242!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage owned-by: turborepo
Projects
None yet
Development

No branches or pull requests

2 participants