Skip to content

Commit

Permalink
fix: bump @openfeature/core peer
Browse files Browse the repository at this point in the history
Signed-off-by: openfeature-peer-update-bot <[email protected]>
  • Loading branch information
openfeature-peer-update-bot committed Jan 25, 2024
1 parent ab84274 commit 7f36eb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "0.0.23"
"@openfeature/core": "0.0.24"
},
"devDependencies": {
"@openfeature/core": "0.0.23"
"@openfeature/core": "0.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"node": ">=16"
},
"peerDependencies": {
"@openfeature/core": "0.0.23"
"@openfeature/core": "0.0.24"
},
"devDependencies": {
"@openfeature/core": "0.0.23"
"@openfeature/core": "0.0.24"
}
}

0 comments on commit 7f36eb6

Please sign in to comment.