We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f53ef commit 4893d6fCopy full SHA for 4893d6f
packages/angular/projects/angular-sdk/package.json
@@ -8,8 +8,8 @@
8
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
9
},
10
"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",
+ "@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",
13
"@openfeature/web-sdk": "^1.2.3"
14
15
"dependencies": {
@@ -18,8 +18,8 @@
18
"devDependencies": {
19
"@openfeature/core": "*",
20
"@openfeature/web-sdk": "*",
21
- "@angular/common": "^18.2.9",
22
- "@angular/core": "^18.2.9"
+ "@angular/common": "^19.0.0",
+ "@angular/core": "^19.0.0"
23
24
"sideEffects": false,
25
"keywords": [
0 commit comments