Skip to content

Commit 574dec8

Browse files
authored
fix: Update configuration to expect hooks. (#317)
1 parent ed39a5c commit 574dec8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@
7979
},
8080
"dependencies": {
8181
"escape-string-regexp": "^4.0.0",
82-
"launchdarkly-js-sdk-common": "5.5.0"
82+
"launchdarkly-js-sdk-common": "5.5.1"
8383
},
8484
"repository": {
8585
"type": "git",
8686
"url": "git://github.com/launchdarkly/js-client-sdk.git"
87+
},
88+
"overrides": {
89+
"parse5": "7.2.1"
8790
}
8891
}

0 commit comments

Comments
 (0)