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

V2: Fix and update peer dependencies #458

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

timostamm
Copy link
Member

No description provided.

Signed-off-by: Timo Stamm <[email protected]>
@@ -45,7 +45,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "2.x",
"@connectrpc/connect": "2.x",
"@connectrpc/connect": "^2.0.0-beta.2",
Copy link
Member Author

Choose a reason for hiding this comment

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

The constraint 2.x does not match pre-release versions.

The new constraint ^2.0.0-beta.2 will also match future v2 beta versions. Updating to the second beta of connect-es everywhere.

@timostamm timostamm requested a review from smaye81 October 14, 2024 16:34
@timostamm timostamm merged commit 5a89b3f into v2 Oct 14, 2024
7 checks passed
@timostamm timostamm deleted the tstamm/v2/Update-peer-dependencies branch October 14, 2024 16:36
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.

2 participants