Skip to content

Update peer dependencies for React 19 compatibility; update React to 19 - #65

Open
nathanmmiller wants to merge 1 commit into
bence-toth:mainfrom
nathanmmiller:react-19
Open

Update peer dependencies for React 19 compatibility; update React to 19#65
nathanmmiller wants to merge 1 commit into
bence-toth:mainfrom
nathanmmiller:react-19

Conversation

@nathanmmiller

Copy link
Copy Markdown
Contributor

Resolves #62

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s dependency metadata to indicate React 19 compatibility and aligns the local development/test setup with React 19.

Changes:

  • Expands peerDependencies.react to include ^19.
  • Updates dev dependencies to React 19 and adds react-dom for the test environment.
  • Upgrades @testing-library/react, updating the lockfile accordingly.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates dev dependencies (React 19, react-dom, testing library) and expands React peer dependency range to include v19.
package-lock.json Regenerates lockfile to reflect upgraded React/testing-library dependency tree.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^16.3.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React 19 compatibility

3 participants