Skip to content

Commit 3643979

Browse files
committed
Add lodash and node types
1 parent fd7bc7d commit 3643979

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/repotools/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"description": "Common library for tooling used by the modules repository",
77
"devDependencies": {
88
"@commander-js/extra-typings": "^13.0.0",
9+
"@types/lodash": "^4.14.198",
10+
"@types/node": "^22.15.30",
911
"typescript": "^5.8.2",
1012
"vitest": "^3.2.3"
1113
},

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,6 +3472,8 @@ __metadata:
34723472
resolution: "@sourceacademy/modules-repotools@workspace:lib/repotools"
34733473
dependencies:
34743474
"@commander-js/extra-typings": "npm:^13.0.0"
3475+
"@types/lodash": "npm:^4.14.198"
3476+
"@types/node": "npm:^22.15.30"
34753477
chalk: "npm:^5.0.1"
34763478
commander: "npm:^13.0.0"
34773479
esbuild: "npm:^0.25.8"

0 commit comments

Comments
 (0)