Skip to content

Commit 268e159

Browse files
committed
build: move TypeScript and Angular Compiler CLI to dependencies
This is needed by rules_angular as otherwise these two packages are not present in the `npm_package_store_infos` using in the symlink package.
1 parent 22a108e commit 268e159

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@
4141
"url": "https://github.com/angular/angular-cli/issues"
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
44+
"dependencies": {
45+
"@angular/compiler-cli": "21.2.7",
46+
"typescript": "5.9.3"
47+
},
4448
"devDependencies": {
4549
"@angular/animations": "21.2.7",
4650
"@angular/cdk": "21.2.5",
4751
"@angular/common": "21.2.7",
4852
"@angular/compiler": "21.2.7",
49-
"@angular/compiler-cli": "21.2.7",
5053
"@angular/core": "21.2.7",
5154
"@angular/forms": "21.2.7",
5255
"@angular/localize": "21.2.7",
@@ -130,7 +133,6 @@
130133
"source-map-support": "0.5.21",
131134
"ts-node": "^10.9.1",
132135
"tslib": "2.8.1",
133-
"typescript": "5.9.3",
134136
"undici": "7.24.4",
135137
"unenv": "^1.10.0",
136138
"verdaccio": "6.2.9",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)