Skip to content

Commit

Permalink
refactor(@angular/build): move @angular-devkit/core to a developmen…
Browse files Browse the repository at this point in the history
…t dependency

The `@angular-devkit/core` package is not needed at runtime within the
`@angular/build` package.
  • Loading branch information
clydin authored and alan-agius4 committed Jan 29, 2025
1 parent 38a809a commit f743a63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.npmrc=-1406867100
modules/testing/builder/package.json=-1196120648
package.json=-888245585
packages/angular/build/package.json=229129757
packages/angular/build/package.json=1948684129
packages/angular/cli/package.json=-1878910022
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=1104313629
Expand All @@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=-1663529211
packages/ngtools/webpack/package.json=1463215526
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=-1643167424
pnpm-lock.yaml=967402942
pnpm-workspace.yaml=-1847919625
yarn.lock=1546758537
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"builders": "builders.json",
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@babel/core": "7.26.7",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand Down Expand Up @@ -49,7 +48,8 @@
"lmdb": "3.2.2"
},
"devDependencies": {
"@angular/ssr": "workspace:*"
"@angular/ssr": "workspace:*",
"@angular-devkit/core": "workspace:*"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f743a63

Please sign in to comment.