Skip to content

Commit 6371e2f

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 9f99724 commit 6371e2f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
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": "22.0.0-next.6",
46+
"typescript": "6.0.2"
47+
},
4448
"devDependencies": {
4549
"@angular/animations": "22.0.0-next.6",
4650
"@angular/cdk": "22.0.0-next.3",
4751
"@angular/common": "22.0.0-next.6",
4852
"@angular/compiler": "22.0.0-next.6",
49-
"@angular/compiler-cli": "22.0.0-next.6",
5053
"@angular/core": "22.0.0-next.6",
5154
"@angular/forms": "22.0.0-next.6",
5255
"@angular/localize": "22.0.0-next.6",
@@ -129,7 +132,6 @@
129132
"semver": "7.7.4",
130133
"source-map-support": "0.5.21",
131134
"tslib": "2.8.1",
132-
"typescript": "6.0.2",
133135
"undici": "7.24.7",
134136
"unenv": "^1.10.0",
135137
"verdaccio": "6.4.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)