Skip to content

Commit 0545b03

Browse files
chore(deps): bump @angular/compiler from 20.3.16 to 21.2.7
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.16 to 21.2.7. - [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.2.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a7b4e8 commit 0545b03

File tree

6 files changed

+65
-16
lines changed

6 files changed

+65
-16
lines changed

examples/fdc3-chart-and-grid/js-datagrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/animations": "21.1.5",
1414
"@angular/cdk": "21.1.5",
1515
"@angular/common": "21.1.5",
16-
"@angular/compiler": "21.1.5",
16+
"@angular/compiler": "20.3.18",
1717
"@angular/core": "21.1.5",
1818
"@angular/flex-layout": "^15.0.0-beta.42",
1919
"@angular/forms": "21.1.5",

examples/fdc3-trade-simulator/js-order-book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@angular/animations": "21.1.5",
1414
"@angular/common": "^21.1.5",
15-
"@angular/compiler": "^21.1.5",
15+
"@angular/compiler": "^20.3.18",
1616
"@angular/core": "^21.1.5",
1717
"@angular/forms": "^21.1.5",
1818
"@angular/material": "21.1.5",

examples/fdc3-trade-simulator/js-trader-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/animations": "21.1.5",
1414
"@angular/cdk": "^21.1.5",
1515
"@angular/common": "^21.1.5",
16-
"@angular/compiler": "^21.1.5",
16+
"@angular/compiler": "^20.3.18",
1717
"@angular/core": "^21.1.5",
1818
"@angular/forms": "^21.1.5",
1919
"@angular/material": "21.1.5",

examples/js-chart-and-grid-messagerouter/js-datagrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/animations": "21.1.5",
1414
"@angular/cdk": "21.1.5",
1515
"@angular/common": "21.1.5",
16-
"@angular/compiler": "21.1.5",
16+
"@angular/compiler": "20.3.18",
1717
"@angular/core": "21.1.5",
1818
"@angular/flex-layout": "^15.0.0-beta.42",
1919
"@angular/forms": "21.1.5",

package-lock.json

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

prototypes/process-explorer/oss-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular/animations": "^20.3.15",
1616
"@angular/cdk": "^20.2.14",
1717
"@angular/common": "^20.3.15",
18-
"@angular/compiler": "^20.3.15",
18+
"@angular/compiler": "^20.3.18",
1919
"@angular/core": "^20.3.15",
2020
"@angular/forms": "^20.3.15",
2121
"@angular/material": "^20.2.14",
@@ -26,8 +26,8 @@
2626
"@types/google-protobuf": "^3.15.12",
2727
"google-protobuf": "^4.0.2",
2828
"material-icons": "^1.13.10",
29-
"ts-protoc-gen": "^0.15.0",
3029
"rxjs": "^7.8.0",
30+
"ts-protoc-gen": "^0.15.0",
3131
"tslib": "^2.3.0"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)