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

fix(rxjs): removed unnecessary peer deps #7427

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 11, 2024

resolves #7426

@@ -193,9 +193,5 @@
"pre-commit": "lint-staged",
"commit-msg": "validate-commit-msg"
}
},
"peerDependencies": {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is what I set out to remove.

"@types/svgo": "^1.3.3",
"@types/trusted-types": "^2.0.7",
"@types/yamljs": "^0.2.34",
Copy link
Member Author

Choose a reason for hiding this comment

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

Ran into issues with TypeScript building the dev app and had to add some dev deps and update types in a few files.

@benlesh benlesh merged commit 5b6f6ea into ReactiveX:master Jan 11, 2024
3 checks passed
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.

rxjs@8.0.0-alpha.13 has peer deps?! Oops
1 participant