-
Notifications
You must be signed in to change notification settings - Fork 364
Cleanup monorepo deps #1790
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
Cleanup monorepo deps #1790
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 9eb4f57 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1790 +/- ##
==========================================
- Coverage 43.87% 43.87% -0.01%
==========================================
Files 664 664
Lines 296507 296508 +1
Branches 2038 2038
==========================================
Hits 130107 130107
- Misses 165978 165979 +1
Partials 422 422 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Differences Found✅ No packages or licenses were added. SummaryExpand
|
apps/avatax/next.config.js
Outdated
@@ -56,7 +56,6 @@ const nextConfig = { | |||
"@saleor/app-sdk", | |||
"@trpc/server", | |||
"@trpc/client", | |||
"@trpc/react-query", |
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.
why removed?
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.
It turns out we need that for trpc to work properly - I bringed it back at 9eb4f57
(#1790)
Scope of the PR
Cleanup deps, peerDeps & devDependencies for package
Related issues
Checklist