-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
chore: change to install 18 script #52130
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
Conversation
|
WalkthroughThis pull request updates the workflow by modifying the installation scripts in the Changes
|
"install-react-17": "npm i --no-save --legacy-peer-deps react@17 react-dom@17 @testing-library/react@12", | ||
"bun-install-react-16": "bun remove react react-dom @testing-library/react && bun add --no-save react@16 react-dom@16 @testing-library/react@12", | ||
"bun-install-react-17": "bun remove react react-dom @testing-library/react && bun add --no-save react@17 react-dom@17 @testing-library/react@12", | ||
"install-react-18": "npm i --no-save --legacy-peer-deps react@18 react-dom@18 @testing-library/react@16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that all dependencies and peer dependencies are compatible with React 18 to prevent potential runtime issues.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
size-limit report 📦
|
More templates
commit: |
Deploying ant-design with
|
Latest commit: |
a0b2b6a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ef59e78b.ant-design.pages.dev |
Branch Preview URL: | https://script-18.ant-design.pages.dev |
👁 Visual Regression Report for PR #52130 Passed ✅
🎊 Congrats! No visual-regression diff found. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52130 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13643 13643
Branches 3561 3561
=========================================
Hits 13643 13643 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log