Skip to content

Commit f743a63

Browse files
clydinalan-agius4
authored andcommitted
refactor(@angular/build): move @angular-devkit/core to a development dependency
The `@angular-devkit/core` package is not needed at runtime within the `@angular/build` package.
1 parent 38a809a commit f743a63

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=-1196120648
66
package.json=-888245585
7-
packages/angular/build/package.json=229129757
7+
packages/angular/build/package.json=1948684129
88
packages/angular/cli/package.json=-1878910022
99
packages/angular/pwa/package.json=1108903917
1010
packages/angular/ssr/package.json=1104313629
@@ -17,6 +17,6 @@ packages/angular_devkit/schematics/package.json=673943597
1717
packages/angular_devkit/schematics_cli/package.json=-1663529211
1818
packages/ngtools/webpack/package.json=1463215526
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-1643167424
20+
pnpm-lock.yaml=967402942
2121
pnpm-workspace.yaml=-1847919625
2222
yarn.lock=1546758537

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"builders": "builders.json",
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
22-
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2322
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2423
"@babel/core": "7.26.7",
2524
"@babel/helper-annotate-as-pure": "7.25.9",
@@ -49,7 +48,8 @@
4948
"lmdb": "3.2.2"
5049
},
5150
"devDependencies": {
52-
"@angular/ssr": "workspace:*"
51+
"@angular/ssr": "workspace:*",
52+
"@angular-devkit/core": "workspace:*"
5353
},
5454
"peerDependencies": {
5555
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)