Skip to content

Commit 0edf8fc

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /examples/fdc3-trade-simulator/js-order-book directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common). Bumps the npm_and_yarn group with 1 update in the /examples/fdc3-trade-simulator/js-trader-app directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common). Updates `@angular/common` from 17.3.12 to 21.0.1 - [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/21.0.1/packages/common) Updates `@angular/common` from 17.3.12 to 21.0.1 - [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/21.0.1/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@angular/common" dependency-version: 21.0.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca70654 commit 0edf8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/animations": "^17.3.0",
14-
"@angular/common": "^17.3.0",
14+
"@angular/common": "^21.0.3",
1515
"@angular/compiler": "^17.3.0",
1616
"@angular/core": "^17.3.0",
1717
"@angular/forms": "^17.3.0",

examples/fdc3-trade-simulator/js-trader-app/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": "^17.3.0",
1414
"@angular/cdk": "^17.3.10",
15-
"@angular/common": "^17.3.0",
15+
"@angular/common": "^21.0.3",
1616
"@angular/compiler": "^17.3.0",
1717
"@angular/core": "^17.3.0",
1818
"@angular/forms": "^17.3.0",

0 commit comments

Comments
 (0)