qwikifiers / qwik-nx

Nx plugin for Qwik
132 stars 24 forks source link

feat(qwik-nx): move peer dependencies to dependencies #128

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

@nrwl/* packages that are specified as peer dependencies of qwik-nx package are crucial to execute any of the package's generators, thus it makes much more sense to keep them as dependencies instead. By adding updateBuildableProjectDepsInPackageJson property to project's build target it is possible to make nx executor to not override versions (as it was before).