We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab122b commit 82b8713Copy full SHA for 82b8713
packages/angular-rspack-compiler/package.json
@@ -36,6 +36,7 @@
36
}
37
},
38
"dependencies": {
39
+ "@angular/build": "19.2.3",
40
"sass-embedded": "^1.79.3",
41
"ts-morph": "^24.0.0",
42
"tslib": "^2.3.0",
@@ -45,9 +46,8 @@
45
46
"@ng-rspack/testing-setup": "workspace:*"
47
48
"peerDependencies": {
- "@angular/compiler-cli": ">=18.0.0 <20.0.0",
49
+ "@angular/compiler-cli": ">=19.0.0 <20.0.0",
50
"@rsbuild/core": ">=1.0.5 <2.0.0",
- "@angular/build": ">=18.0.0 <20.0.0",
51
"@swc/core": ">=1.5.0 <1.11.0"
52
53
"nx": {
0 commit comments