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

Update react monorepo to v18 (major) #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update react monorepo to v18
renovate-bot committed Apr 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e8d256763f4496dd4b9552a2c2a671bb81658a72
109 changes: 79 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@
"jest": "^23.6.0",
"jest-dom": "^2.0.0",
"prettier": "^1.14.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-testing-library": "^5.1.1",
"reworm": "^1.0.4"
},