fix: update core dep (#1228)

As astutely pointed out by @JasperJuergensen in
https://github.com/open-feature/js-sdk/issues/1227, we added API surface
in core which we use in the latest web, but did't accordingly update the
min version of core in web.

(I also updated the min core version in server, just because).

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This commit is contained in:
Todd Baert 2025-08-14 13:03:20 -04:00 committed by GitHub
parent dc1970e717
commit 845d24c5fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -48,9 +48,9 @@
"node": ">=20"
},
"peerDependencies": {
"@openfeature/core": "^1.7.0"
"@openfeature/core": "^1.9.0"
},
"devDependencies": {
"@openfeature/core": "^1.7.0"
"@openfeature/core": "^1.9.0"
}
}

View File

@ -50,9 +50,9 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "^1.8.0"
"@openfeature/core": "^1.9.0"
},
"devDependencies": {
"@openfeature/core": "^1.8.0"
"@openfeature/core": "^1.9.0"
}
}