Skip to content

Commit 4893d6f

Browse files
committed
feat(angular): add angular 19 to peerDependencies
Signed-off-by: Lukas Reining <[email protected]>
1 parent 21f53ef commit 4893d6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular/projects/angular-sdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
99
},
1010
"peerDependencies": {
11-
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0",
12-
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0",
11+
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0",
12+
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0 || ^19.0.0",
1313
"@openfeature/web-sdk": "^1.2.3"
1414
},
1515
"dependencies": {
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@openfeature/core": "*",
2020
"@openfeature/web-sdk": "*",
21-
"@angular/common": "^18.2.9",
22-
"@angular/core": "^18.2.9"
21+
"@angular/common": "^19.0.0",
22+
"@angular/core": "^19.0.0"
2323
},
2424
"sideEffects": false,
2525
"keywords": [

0 commit comments

Comments
 (0)