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:
parent
dc1970e717
commit
845d24c5fe
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue