Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ethlete-io/ethdk
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Dec 6, 2024
2 parents f784b79 + 136fb2e commit 22eb0ba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions libs/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}
},
"peerDependencies": {
"@angular/animations": "^18.1.0",
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/animations": "^18.1.0 || ^19.0.0",
"@angular/cdk": "^18.1.0 || ^19.0.0",
"@angular/common": "^18.1.0 || ^19.0.0",
"@angular/core": "^18.1.0 || ^19.0.0",
"@angular/forms": "^18.1.0 || ^19.0.0",
"@angular/platform-browser": "^18.1.0 || ^19.0.0",
"@angular/router": "^18.1.0 || ^19.0.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.1.3",
"sideEffects": false,
"peerDependencies": {
"@angular/core": "^18.1.0",
"@angular/core": "^18.1.0 || ^19.0.0",
"@ethlete/cdk": "^4.0.3"
}
}
6 changes: 3 additions & 3 deletions libs/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@ethlete/contentful",
"version": "3.6.4",
"peerDependencies": {
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/cdk": "^18.1.0 || ^19.0.0",
"@angular/common": "^18.1.0 || ^19.0.0",
"@angular/core": "^18.1.0 || ^19.0.0",
"@contentful/rich-text-types": "^16.3.0 || ^17.0.0",
"@ethlete/cdk": "^4.0.3",
"@ethlete/core": "^4.0.3",
Expand Down
12 changes: 6 additions & 6 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@ethlete/core",
"version": "4.23.8",
"peerDependencies": {
"@angular/cdk": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/cdk": "^18.1.0 || ^19.0.0",
"@angular/common": "^18.1.0 || ^19.0.0",
"@angular/core": "^18.1.0 || ^19.0.0",
"@angular/forms": "^18.1.0 || ^19.0.0",
"@angular/platform-browser": "^18.1.0 || ^19.0.0",
"@angular/router": "^18.1.0 || ^19.0.0",
"@ethlete/theming": "^2.3.1",
"@ethlete/types": "^1.6.2",
"@floating-ui/dom": "^1.5.3",
Expand Down
8 changes: 4 additions & 4 deletions libs/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@ethlete/query",
"version": "5.21.1",
"peerDependencies": {
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/common": "^18.1.0 || ^19.0.0",
"@angular/core": "^18.1.0 || ^19.0.0",
"@angular/forms": "^18.1.0 || ^19.0.0",
"@angular/router": "^18.1.0 || ^19.0.0",
"@ethlete/core": "^4.0.3",
"@ethlete/types": "^1.6.2",
"rxjs": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
}
},
"peerDependencies": {
"@angular/core": "^18.1.0"
"@angular/core": "^18.1.0 || ^19.0.0"
}
}

0 comments on commit 22eb0ba

Please sign in to comment.