-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: Move the dependencies into individual packages #631
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
aef02fa
to
2c4d2b0
Compare
2c4d2b0
to
c4987f4
Compare
@bansal-harsh-2504 can you update the lockfile? |
when i do pnpm i
|
There are still a few errors in the packages. try running the pnpm commands and you will notice. |
c4987f4
to
7024516
Compare
User description
Description
moved all the dependencies from root package.json to their respective packages
Fixes #530
Mentions
@rajdip-b
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
enhancement, configuration changes
Description
Moved dependencies from root
package.json
to individual packages.Updated
tsconfig.json
paths forschema
andapi-client
packages.Adjusted build scripts and dependencies in
cli
andapi-client
.Added new dependencies and devDependencies to relevant
package.json
files.Changes walkthrough 📝
7 files
Reorganized dependencies specific to the API package
Updated build script and added dependencies
Added dependencies and devDependencies for API client
Added dependencies and devDependencies for schema package
Added schema dependency to platform package
Updated tsconfig path for schema package
Updated tsconfig path for API client package
2 files