Skip to content

Commit

Permalink
build(deps): Update Angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Feb 15, 2024
1 parent a9763e9 commit 1375c2d
Show file tree
Hide file tree
Showing 11 changed files with 2,023 additions and 2,294 deletions.
4 changes: 2 additions & 2 deletions e2e/async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "async",
"devDependencies": {
"@angular/cdk": "^17.1.2",
"@angular/material": "^17.1.2"
"@angular/cdk": "^17.2.0",
"@angular/material": "^17.2.0"
}
}
22 changes: 11 additions & 11 deletions e2e/async/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 8
cacheKey: 10

"@angular/cdk@npm:^17.1.2":
version: 17.1.2
resolution: "@angular/cdk@npm:17.1.2"
"@angular/cdk@npm:^17.2.0":
version: 17.2.0
resolution: "@angular/cdk@npm:17.2.0"
dependencies:
parse5: "npm:^7.1.2"
tslib: "npm:^2.3.0"
Expand All @@ -18,13 +18,13 @@ __metadata:
dependenciesMeta:
parse5:
optional: true
checksum: 10/819c0724a7f6582fa6e4a5b4efa5a6fb5fcf0e47558665866c8eb26d98f50de48d1eec4d196a794f6ea701069a1ccc7411fa15de2990836bbf072bbb2470e39d
checksum: 10/e9459588f403e051d1e13ac85454e8cb5d22d37152b6fe57e055b1092d427aade0c473fc65d15da421346a6ade1d542cb2353d13e6da304ad2f3eb88d40d1def
languageName: node
linkType: hard

"@angular/material@npm:^17.1.2":
version: 17.1.2
resolution: "@angular/material@npm:17.1.2"
"@angular/material@npm:^17.2.0":
version: 17.2.0
resolution: "@angular/material@npm:17.2.0"
dependencies:
"@material/animation": "npm:15.0.0-canary.7f224ddd4.0"
"@material/auto-init": "npm:15.0.0-canary.7f224ddd4.0"
Expand Down Expand Up @@ -76,13 +76,13 @@ __metadata:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/animations": ^17.0.0 || ^18.0.0
"@angular/cdk": 17.1.2
"@angular/cdk": 17.2.0
"@angular/common": ^17.0.0 || ^18.0.0
"@angular/core": ^17.0.0 || ^18.0.0
"@angular/forms": ^17.0.0 || ^18.0.0
"@angular/platform-browser": ^17.0.0 || ^18.0.0
rxjs: ^6.5.3 || ^7.4.0
checksum: 10/55f06445f2df7c4d2d33fb2abc772a81db7091af24fa372c60b3db4608e28838ee68e21a20bce1e8241e71f2060aa97eabeff0dec9d3ef12c915af63384d65bb
checksum: 10/bb34dd3b27b85920123e5c462238b7993366d8072d5a7d1fb2df14b9c0ac5e220984f31463bcc87a380d7d3f67a5799a7670b9e1dec1b6fe15c273a1ce93aa86
languageName: node
linkType: hard

Expand Down Expand Up @@ -892,8 +892,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "async@workspace:."
dependencies:
"@angular/cdk": "npm:^17.1.2"
"@angular/material": "npm:^17.1.2"
"@angular/cdk": "npm:^17.2.0"
"@angular/material": "npm:^17.2.0"
languageName: unknown
linkType: soft

Expand Down
24 changes: 12 additions & 12 deletions examples/example-app-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.3",
"@angular/common": "^17.1.3",
"@angular/compiler": "^17.1.3",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"@angular/animations": "^17.2.1",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/forms": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"angular-in-memory-web-api": "^0.17.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.2",
"ng-packagr": "^17.1.2",
"ng-packagr": "^17.2.0",
"typescript": "~5.2.2"
}
}

0 comments on commit 1375c2d

Please sign in to comment.