Skip to content

Commit

Permalink
fix(nextjs): remove outdated packages
Browse files Browse the repository at this point in the history
The features should be available by default

closed nrwl#11882
  • Loading branch information
ndcunningham committed May 4, 2023
1 parent 8d35eda commit 9ba0e03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/react/src/generators/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function updateDependencies(host: Tree, schema: InitSchema) {
'@types/react': typesReactVersion,
'@types/react-dom': typesReactDomVersion,
'@testing-library/react': testingLibraryReactVersion,
'react-test-renderer': reactTestRendererVersion,
});
}

Expand Down
2 changes: 0 additions & 2 deletions packages/web/src/generators/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ function updateDependencies(tree: Tree, schema: Schema) {
return addDependenciesToPackageJson(
tree,
{
'core-js': '^3.6.5',
'regenerator-runtime': '0.13.7',
tslib: tsLibVersion,
},
devDependencies
Expand Down

0 comments on commit 9ba0e03

Please sign in to comment.