Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v19.2.0 (#2482)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 76bac90 commit 4791c06
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 145 deletions.
12 changes: 6 additions & 6 deletions libs/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}
},
"peerDependencies": {
"@angular/animations": "19.1.7",
"@angular/animations": "19.2.0",
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/router": "19.1.7",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@angular/router": "19.2.0",
"@ethlete/core": "^4.0.3",
"@ethlete/query": "^5.0.3",
"@ethlete/theming": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.2.3",
"sideEffects": false,
"peerDependencies": {
"@angular/core": "19.1.7",
"@angular/core": "19.2.0",
"@ethlete/cdk": "^4.0.3"
}
}
4 changes: 2 additions & 2 deletions libs/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"sideEffects": false,
"peerDependencies": {
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/core": "19.1.7",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@contentful/rich-text-types": "17.0.0",
"@ethlete/cdk": "^4.0.3",
"@ethlete/core": "^4.0.3",
Expand Down
10 changes: 5 additions & 5 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"sideEffects": false,
"peerDependencies": {
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/router": "19.1.7",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@angular/router": "19.2.0",
"@ethlete/theming": "^2.3.1",
"@ethlete/types": "^1.6.2",
"@floating-ui/dom": "1.6.13",
Expand Down
8 changes: 4 additions & 4 deletions libs/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "5.31.2",
"sideEffects": false,
"peerDependencies": {
"@angular/common": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/router": "19.1.7",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/router": "19.2.0",
"@ethlete/core": "^4.0.3",
"@ethlete/types": "^1.6.2",
"rxjs": "7.8.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}
},
"peerDependencies": {
"@angular/core": "19.1.7"
"@angular/core": "19.2.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"update-nx": "rm -f migrations.json && yarn dlx nx migrate latest && yarn dlx nx migrate --run-migrations --if-exists"
},
"dependencies": {
"@angular/animations": "19.1.7",
"@angular/animations": "19.2.0",
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/compiler": "19.1.7",
"@angular/core": "19.1.7",
"@angular/forms": "19.1.7",
"@angular/platform-browser": "19.1.7",
"@angular/platform-browser-dynamic": "19.1.7",
"@angular/router": "19.1.7",
"@angular/common": "19.2.0",
"@angular/compiler": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@angular/platform-browser-dynamic": "19.2.0",
"@angular/router": "19.2.0",
"@changesets/cli": "2.28.1",
"@floating-ui/dom": "1.6.13",
"date-fns": "4.1.0",
Expand All @@ -39,8 +39,8 @@
"@angular-devkit/core": "19.2.0",
"@angular-devkit/schematics": "19.2.0",
"@angular/cli": "19.2.0",
"@angular/compiler-cli": "19.1.7",
"@angular/language-service": "19.1.7",
"@angular/compiler-cli": "19.2.0",
"@angular/language-service": "19.2.0",
"@changesets/changelog-github": "0.5.1",
"@contentful/rich-text-types": "17.0.0",
"@eslint/js": "9.21.0",
Expand Down
Loading

0 comments on commit 4791c06

Please sign in to comment.