Skip to content

Commit 57fc477

Browse files
committed
fixup: deps
Signed-off-by: Todd Baert <[email protected]>
1 parent fec199e commit 57fc477

File tree

2 files changed

+113
-6
lines changed

2 files changed

+113
-6
lines changed

package-lock.json

+110-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@protobuf-ts/grpc-transport": "2.9.0",
2121
"axios": "1.4.0",
2222
"configcat-js": "^7.0.0",
23+
"launchdarkly-js-client-sdk": "^3.1.3",
2324
"lru-cache": "^9.0.0",
2425
"object-hash": "^3.0.0",
2526
"tslib": "2.5.0"
@@ -38,6 +39,7 @@
3839
"@openfeature/js-sdk": "^1.1.0",
3940
"@types/events": "^3.0.0",
4041
"@types/jest": "29.5.1",
42+
"@types/lodash.isequal": "^4.5.6",
4143
"@types/node": "18.16.7",
4244
"@types/object-hash": "^3.0.0",
4345
"@typescript-eslint/eslint-plugin": "~5.59.0",
@@ -49,6 +51,7 @@
4951
"jest": "^29.3.1",
5052
"jest-environment-jsdom": "^29.3.1",
5153
"jest-fetch-mock": "^3.0.3",
54+
"lodash.isequal": "^4.5.0",
5255
"nx": "15.9.3",
5356
"prettier": "2.8.8",
5457
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)