Skip to content

Commit 8ddf559

Browse files
chore(deps): bump @angular/core from 20.3.16 to 20.3.18
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.16 to 20.3.18. - [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/v20.3.18/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88813af commit 8ddf559

File tree

6 files changed

+118
-17
lines changed

6 files changed

+118
-17
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
@@ -14,7 +14,7 @@
1414
"@angular/cdk": "21.1.5",
1515
"@angular/common": "21.1.5",
1616
"@angular/compiler": "21.1.5",
17-
"@angular/core": "21.1.5",
17+
"@angular/core": "20.3.18",
1818
"@angular/flex-layout": "^15.0.0-beta.42",
1919
"@angular/forms": "21.1.5",
2020
"@angular/material": "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
@@ -13,7 +13,7 @@
1313
"@angular/animations": "21.1.5",
1414
"@angular/common": "^21.1.5",
1515
"@angular/compiler": "^21.1.5",
16-
"@angular/core": "^21.1.5",
16+
"@angular/core": "^20.3.18",
1717
"@angular/forms": "^21.1.5",
1818
"@angular/material": "21.1.5",
1919
"@angular/platform-browser": "^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
@@ -14,7 +14,7 @@
1414
"@angular/cdk": "^21.1.5",
1515
"@angular/common": "^21.1.5",
1616
"@angular/compiler": "^21.1.5",
17-
"@angular/core": "^21.1.5",
17+
"@angular/core": "^20.3.18",
1818
"@angular/forms": "^21.1.5",
1919
"@angular/material": "21.1.5",
2020
"@angular/platform-browser": "^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
@@ -14,7 +14,7 @@
1414
"@angular/cdk": "21.1.5",
1515
"@angular/common": "21.1.5",
1616
"@angular/compiler": "21.1.5",
17-
"@angular/core": "21.1.5",
17+
"@angular/core": "20.3.18",
1818
"@angular/flex-layout": "^15.0.0-beta.42",
1919
"@angular/forms": "21.1.5",
2020
"@angular/material": "21.1.5",

package-lock.json

Lines changed: 112 additions & 11 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
@@ -16,7 +16,7 @@
1616
"@angular/cdk": "^20.2.14",
1717
"@angular/common": "^20.3.15",
1818
"@angular/compiler": "^20.3.15",
19-
"@angular/core": "^20.3.15",
19+
"@angular/core": "^20.3.18",
2020
"@angular/forms": "^20.3.15",
2121
"@angular/material": "^20.2.14",
2222
"@angular/platform-browser": "^20.3.15",
@@ -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)