Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make core a real dep of server (#544)
## Summary: When reviewing the changes in #536, I noticed that some packages were being bumped a major version even though none of the changeset .md files specified such changes. It appears this is happening due changeset treating peer deps differently from regular deps. This PR fixes the issue by make wonder-stuff-core a regular dependency of wonder-stuff-server. Issue: None ## Test plan: - land this PR and see #536 update appropriately Author: kevinbarabash Reviewers: jeresig, #frontend-infra, #typescript, somewhatabstract Required Reviewers: Approved By: jeresig Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ Analyze (javascript), ✅ gerald, ⏭ dependabot Pull Request URL: #544
- Loading branch information