Skip to content

Commit dbc2bd5

Browse files
authored
fix(server-ai): unpin peer depedency reference (#1788)
This PR will unpin the sdk-server-common package from the peer deps of server-ai The server common package seems to be only used for typing. I chose a more conservative floor of 2.0.0 to match more versions. We will reassess if there are any issues with this.
1 parent 23bc90f commit dbc2bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"typescript-eslint": "^8.0.0"
6161
},
6262
"peerDependencies": {
63-
"@launchdarkly/js-server-sdk-common": "2.19.2"
63+
"@launchdarkly/js-server-sdk-common": "^2.0.0"
6464
}
6565
}

0 commit comments

Comments
 (0)