Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @angular/core from 12.2.12 to 18.0.6 #886

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@angular/animations": "^12.2.12",
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/core": "^18.0.6",
"@angular/forms": "^12.2.12",
"@angular/localize": "^16.0.6",
"@angular/platform-browser": "^12.2.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,15 +495,15 @@ __metadata:
languageName: node
linkType: hard

"@angular/core@npm:^12.2.12":
version: 12.2.12
resolution: "@angular/core@npm:12.2.12"
"@angular/core@npm:^18.0.6":
version: 18.0.6
resolution: "@angular/core@npm:18.0.6"
dependencies:
tslib: ^2.2.0
tslib: ^2.3.0
peerDependencies:
rxjs: ^6.5.3 || ^7.0.0
zone.js: ~0.11.4
checksum: 8ddcbb45794a11173071c23d71776d9a85365ef66966e04110408deb214e65873dd9e7098c9d43a35f5e94c2360269a213e1a802c03ee8b4f903e84d626f0da6
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.14.0
checksum: 8b46a5a8fa34eb763ee5ccf7627d443abeb040055c24df99c4fada009b58c033952d807b2782c8bff023b269d8f16a2ba8db16377ad6f95ee4e7bb5affde1207
languageName: node
linkType: hard

Expand Down Expand Up @@ -7618,7 +7618,7 @@ __metadata:
"@angular/common": ^12.2.12
"@angular/compiler": ^12.2.12
"@angular/compiler-cli": ^12.2.12
"@angular/core": ^12.2.12
"@angular/core": ^18.0.6
"@angular/forms": ^12.2.12
"@angular/localize": ^16.0.6
"@angular/platform-browser": ^12.2.12
Expand Down
Loading