Skip to content

Commit

Permalink
feat(angular): add angular 19 to peerDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining committed Nov 21, 2024
1 parent 21f53ef commit 4893d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/angular/projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
},
"peerDependencies": {
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0",
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0",
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0",
"@openfeature/web-sdk": "^1.2.3"
},
"dependencies": {
Expand All @@ -18,8 +18,8 @@
"devDependencies": {
"@openfeature/core": "*",
"@openfeature/web-sdk": "*",
"@angular/common": "^18.2.9",
"@angular/core": "^18.2.9"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 4893d6f

Please sign in to comment.