-
Couldn't load subscription status.
- Fork 43
pin all package versions #917
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?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 331aa6b:
|
packages/sdk-react/package.json
Outdated
| "peerDependencies": { | ||
| "@types/react": ">=18.2.75 <20", | ||
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | ||
| "react": "16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
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.
Missed this one
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.
I updated this to be a range of acceptable versions. I think that's the best we can do while providing support for React 18.* and 19.*, etc
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
312798c to
331aa6b
Compare
Summary & Motivation
Explicitly pin package versions to help mitigate against supply chain attacks.
How I Tested These Changes
Locally via
@examples/*Did you add a changeset?
Added a minor changeset to the updated packages