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