fix(core): adding missing @nrwl packages to report (#8644)

This commit is contained in:
Philip Fulcher 2022-01-21 16:27:15 -07:00 committed by GitHub
parent c5bccbe787
commit 4577548e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,12 @@ export const packagesWeCareAbout = [
'@nrwl/angular',
'@nrwl/cli',
'@nrwl/cypress',
'@nrwl/detox',
'@nrwl/devkit',
'@nrwl/eslint-plugin-nx',
'@nrwl/express',
'@nrwl/jest',
'@nrwl/js',
'@nrwl/linter',
'@nrwl/nest',
'@nrwl/next',
@ -26,10 +28,10 @@ export const packagesWeCareAbout = [
'@nrwl/react',
'@nrwl/react-native',
'@nrwl/schematics',
'@nrwl/storybook',
'@nrwl/tao',
'@nrwl/web',
'@nrwl/workspace',
'@nrwl/storybook',
'typescript',
'rxjs',
];