Skip to content

refactor: move workspace packages to main package.json for easier ver…#200

Open
irtazaakram wants to merge 1 commit intomainfrom
refactor-package.json
Open

refactor: move workspace packages to main package.json for easier ver…#200
irtazaakram wants to merge 1 commit intomainfrom
refactor-package.json

Conversation

@irtazaakram
Copy link
Member

This PR moves all dev/build/testing dependencies from the individual XBlock package.json files into the root package.json under devDependencies.

  • Workspace packages (problem, video, discussion) no longer include these dependencies.
  • Scripts (build, build-dev, test, test-ci) remain unchanged and are run via the root package.json.

Benefits:

  • Simplifies version management and upgrades.
  • Reduces duplication and eases maintenance of dev dependencies.

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.

1 participant