I have workspace a that …
I have workspace a that started with Nx Workspace version 7. It has already been migrated to 9.3, but there is still @nrwl/schematics
in package.json which is stuck at version 8.2.11
. If I create a new workspace with npx create-nx-workspace@latest
i don’t see that package anymore in the package.json. Can it be removed?