Skip to content

Commit b7e36dc

Browse files
committed
fix: bump js-client-sdk
This commit will fix GoalManager bypassing eventUrlTransformer
1 parent 325c2d6 commit b7e36dc

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)