Skip to content

Commit 6da483b

Browse files
authored
fix: bump js-client-sdk (#395)
This commit will fix GoalManager bypassing eventUrlTransformer <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency patch bump with no React SDK source changes; risk is limited to upstream SDK event/URL behavior. > > **Overview** > Bumps the **`launchdarkly-js-client-sdk`** dependency from **^3.9.0** to **^3.9.3** so React apps pick up a fix where **GoalManager** was not honoring **`eventUrlTransformer`**. The only other diff is a cosmetic reorder of **`parse5`** in **devDependencies**. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b7e36dc. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents 325c2d6 + b7e36dc commit 6da483b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"jest": "^29.7.0",
6969
"jest-environment-jsdom": "^29.7.0",
7070
"jest-environment-jsdom-global": "^4.0.0",
71+
"parse5": "7.2.1",
7172
"prettier": "^3.3.3",
7273
"prop-types": "^15.7.2",
7374
"react": "^18.0.0",
@@ -80,12 +81,11 @@
8081
"tslib": "^2.8.1",
8182
"typedoc": "^0.28.17",
8283
"typescript": "^5.5.4",
83-
"typescript-eslint": "^8.0.0",
84-
"parse5": "7.2.1"
84+
"typescript-eslint": "^8.0.0"
8585
},
8686
"dependencies": {
8787
"hoist-non-react-statics": "^3.3.2",
88-
"launchdarkly-js-client-sdk": "^3.9.0",
88+
"launchdarkly-js-client-sdk": "^3.9.3",
8989
"lodash.camelcase": "^4.3.0"
9090
},
9191
"peerDependencies": {

0 commit comments

Comments
 (0)