We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7bc7d commit 3643979Copy full SHA for 3643979
lib/repotools/package.json
@@ -6,6 +6,8 @@
6
"description": "Common library for tooling used by the modules repository",
7
"devDependencies": {
8
"@commander-js/extra-typings": "^13.0.0",
9
+ "@types/lodash": "^4.14.198",
10
+ "@types/node": "^22.15.30",
11
"typescript": "^5.8.2",
12
"vitest": "^3.2.3"
13
},
yarn.lock
@@ -3472,6 +3472,8 @@ __metadata:
3472
resolution: "@sourceacademy/modules-repotools@workspace:lib/repotools"
3473
dependencies:
3474
"@commander-js/extra-typings": "npm:^13.0.0"
3475
+ "@types/lodash": "npm:^4.14.198"
3476
+ "@types/node": "npm:^22.15.30"
3477
chalk: "npm:^5.0.1"
3478
commander: "npm:^13.0.0"
3479
esbuild: "npm:^0.25.8"
0 commit comments