-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: pin react types to 18.x project-wide #3313
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,6 +90,8 @@ | |
| "overrides": { | ||
| "typescript": "5.5.4", | ||
| "@types/node": "20.14.14", | ||
| "@types/react": "18.2.69", | ||
| "@types/react-dom": "18.2.7", | ||
|
Comment on lines
+93
to
+94
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Override silently downgrades trigger-sdk from @types/react 19 to 18
Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "express@^4>body-parser": "1.20.3", | ||
| "@remix-run/dev@2.17.4>tar-fs": "2.1.4", | ||
| "tar@>=7 <7.5.11": "^7.5.11", | ||
|
|
||
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.
🧩 Analysis chain
🏁 Script executed:
Repository: triggerdotdev/trigger.dev
Length of output: 262
🏁 Script executed:
Repository: triggerdotdev/trigger.dev
Length of output: 176
Bump pinned React type packages to the latest 18.x patch versions
@types/reactis pinned to18.2.69, but the latest 18.x patch is18.3.30.@types/react-domis pinned to18.2.7, but the latest 18.x patch is18.3.7.🤖 Prompt for AI Agents