Skip to content

Commit

Permalink
angular: add globby dependency for esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 27, 2024
1 parent 7211127 commit 04bd266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generators/angular/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export default class AngularGenerator extends BaseApplicationGenerator {
source.mergeClientPackageJson!({
devDependencies: {
'@angular-builders/custom-esbuild': null,
globby: null,
...(enableTranslation ? { 'folder-hash': null, deepmerge: null } : {}),
},
});
Expand Down
1 change: 1 addition & 0 deletions generators/angular/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"eslint-webpack-plugin": "4.2.0",
"folder-hash": "4.0.4",
"globals": "15.12.0",
"globby": "14.0.2",
"jest": "29.7.0",
"jest-date-mock": "1.0.10",
"jest-junit": "16.0.0",
Expand Down

0 comments on commit 04bd266

Please sign in to comment.