Skip to content

Commit 7133b97

Browse files
crisbetodevversion
authored andcommitted
build: update Angualr compiler
Updates to the latest version of the Angular compiler which includes some type checking fixes for signal forms.
1 parent f942bfd commit 7133b97

2 files changed

Lines changed: 125 additions & 213 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"onlyBuiltDependencies": []
1313
},
1414
"dependencies": {
15-
"@angular/compiler-cli": "21.0.0",
15+
"@angular/compiler-cli": "21.0.3",
1616
"typescript-local": "npm:typescript@5.9.2"
1717
},
1818
"devDependencies": {
19-
"@angular/build": "21.0.0",
20-
"@angular/cli": "21.0.0",
21-
"@angular/common": "21.0.0",
22-
"@angular/compiler": "21.0.0",
23-
"@angular/core": "21.0.0",
24-
"@angular/platform-browser": "21.0.0",
19+
"@angular/build": "21.0.2",
20+
"@angular/cli": "21.0.2",
21+
"@angular/common": "21.0.3",
22+
"@angular/compiler": "21.0.3",
23+
"@angular/core": "21.0.3",
24+
"@angular/platform-browser": "21.0.3",
2525
"@babel/core": "^7.28.5",
2626
"@bazel/bazelisk": "1.26.0",
2727
"@bazel/buildifier": "^7.3.1",

0 commit comments

Comments
 (0)