Skip to content

Commit 0111ccf

Browse files
Bump @angular/common, @angular/platform-browser and @angular/platform-browser-dynamic
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) and [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic). These dependencies needed to be updated together. Updates `@angular/common` from 17.1.0 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/platform-browser` from 17.1.0 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/platform-browser) Updates `@angular/platform-browser-dynamic` from 17.1.0 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/platform-browser-dynamic) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser-dynamic" dependency-version: 21.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 578bdbe commit 0111ccf

File tree

2 files changed

+51
-26
lines changed

2 files changed

+51
-26
lines changed

samples/client/others/typescript-angular/package-lock.json

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

samples/client/others/typescript-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"private": true,
88
"dependencies": {
99
"@angular/animations": "^17.0.0",
10-
"@angular/common": "^17.0.0",
10+
"@angular/common": "^21.0.1",
1111
"@angular/compiler": "^17.0.0",
1212
"@angular/core": "^17.0.0",
13-
"@angular/platform-browser": "^17.0.0",
14-
"@angular/platform-browser-dynamic": "^17.0.0",
13+
"@angular/platform-browser": "^21.0.1",
14+
"@angular/platform-browser-dynamic": "^21.0.1",
1515
"rxjs": "^7.8.1",
1616
"tslib": "^2.5.3"
1717
},

0 commit comments

Comments
 (0)