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

chore update electron version in react-devtools to 35.0.0 #32514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

capog-bs
Copy link

@capog-bs capog-bs commented Mar 4, 2025

Summary

I'd like to install the react-devtools package as a devDependency instead of running it with npx as described in the documentation. Having a newer electron version would solve some security and performance issues as well types incompatibility specific to the project I am working on.

How did you test this change?

I only the version and made sure I could run the following:

  • yarn test-build-devtools
  • yarn build-for-devtools
  • lint
  • check flow type
  • Manual testing using the test shell:
cd <react-repo>
cd packages/react-devtools-inline
yarn start

Next, run the test shell:

cd <react-repo>
cd packages/react-devtools-shell
yarn start

@capog-bs capog-bs changed the title chore update electron version chore update electron version in react-devtools to 35.0.0 Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants