Skip to content

Commit 78a7444

Browse files
chore(deps): bump @angular/core from 21.0.6 to 21.1.6 (#42)
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.6 to 21.1.6. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.1.6/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69d2723 commit 78a7444

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

napi/angular-compiler/e2e/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@angular/common": "^21.0.0",
1111
"@angular/compiler": "^21.0.0",
12-
"@angular/core": "^21.0.0",
12+
"@angular/core": "^21.1.6",
1313
"@angular/platform-browser": "^21.0.0",
1414
"rxjs": "catalog:",
1515
"tslib": "catalog:"

napi/angular-compiler/e2e/compare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/common": "^21.0.0",
1919
"@angular/compiler": "^21.0.0",
2020
"@angular/compiler-cli": "^21.0.0",
21-
"@angular/core": "^21.0.0",
21+
"@angular/core": "^21.1.6",
2222
"@angular/forms": "^21.0.0",
2323
"@angular/platform-browser": "^21.0.0",
2424
"@angular/router": "^21.0.0",

napi/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@angular/common": "^21.0.0",
1313
"@angular/compiler": "^21.0.0",
14-
"@angular/core": "^21.0.0",
14+
"@angular/core": "^21.1.6",
1515
"@angular/forms": "^21.0.0",
1616
"@angular/platform-browser": "^21.0.0",
1717
"@angular/router": "^21.0.0",

0 commit comments

Comments
 (0)