Skip to content

Commit 0c5bbed

Browse files
thjaeckleclaude
andcommitted
update lerna to 9.0.3 and add missing lodash dependency
Lerna 9 has stricter dependency resolution requiring each package to explicitly declare its dependencies. Added lodash and @types/lodash as devDependencies to the api package for websocket test mocks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b4fe481 commit 0c5bbed

3 files changed

Lines changed: 5599 additions & 5984 deletions

File tree

javascript/lib/api/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
"devDependencies": {
2020
"@jest/globals": "^29.7.0",
2121
"@types/jest": "^29.5.14",
22+
"@types/lodash": "^4.17.16",
2223
"@types/prettier": "<2.6.0",
2324
"barrelsby": "^2.1.1",
2425
"jest": "^30.0.0",
26+
"lodash": "^4.17.21",
2527
"ts-jest": "^29.0.0",
2628
"typescript": "^5.3.0"
2729
},

0 commit comments

Comments
 (0)