Skip to content

Commit 82b8713

Browse files
committed
fix(angular-rspack-compiler): depend directly on @angular/build
1 parent 4ab122b commit 82b8713

File tree

2 files changed

+421
-75
lines changed

2 files changed

+421
-75
lines changed

packages/angular-rspack-compiler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
}
3737
},
3838
"dependencies": {
39+
"@angular/build": "19.2.3",
3940
"sass-embedded": "^1.79.3",
4041
"ts-morph": "^24.0.0",
4142
"tslib": "^2.3.0",
@@ -45,9 +46,8 @@
4546
"@ng-rspack/testing-setup": "workspace:*"
4647
},
4748
"peerDependencies": {
48-
"@angular/compiler-cli": ">=18.0.0 <20.0.0",
49+
"@angular/compiler-cli": ">=19.0.0 <20.0.0",
4950
"@rsbuild/core": ">=1.0.5 <2.0.0",
50-
"@angular/build": ">=18.0.0 <20.0.0",
5151
"@swc/core": ">=1.5.0 <1.11.0"
5252
},
5353
"nx": {

0 commit comments

Comments
 (0)