Skip to content

Commit c107a72

Browse files
Update dependency @commander-js/extra-typings to v15
1 parent 11a1285 commit c107a72

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

devserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@blueprintjs/core": "^6.0.0",
13-
"@commander-js/extra-typings": "^14.0.0",
13+
"@commander-js/extra-typings": "^15.0.0",
1414
"@sourceacademy/modules-lib": "workspace:^",
1515
"@vitejs/plugin-react": "^6.0.3",
1616
"ace-builds": "^1.25.1",

lib/buildtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Tools for building and testing Source Academy bundles and tabs",
55
"version": "1.1.0",
66
"devDependencies": {
7-
"@commander-js/extra-typings": "^14.0.0",
7+
"@commander-js/extra-typings": "^15.0.0",
88
"@types/estree": "^1.0.0",
99
"@types/http-server": "^0.12.4",
1010
"@types/node": "^24.0.0",

lib/repotools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"description": "Common library for tooling used by the modules repository",
77
"devDependencies": {
8-
"@commander-js/extra-typings": "^14.0.0",
8+
"@commander-js/extra-typings": "^15.0.0",
99
"@types/node": "^24.0.0",
1010
"@vitejs/plugin-react": "^6.0.3",
1111
"@vitest/coverage-v8": "catalog:",

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,15 @@ __metadata:
11451145
languageName: node
11461146
linkType: hard
11471147

1148+
"@commander-js/extra-typings@npm:^15.0.0":
1149+
version: 15.0.0
1150+
resolution: "@commander-js/extra-typings@npm:15.0.0"
1151+
peerDependencies:
1152+
commander: ~15.0.0
1153+
checksum: 10c0/4282857c0acb2da1b893fe8c39a939bdfae2d7cbb43a22c1fe8ef5bef4cf615ddb34d96239f7603294ef5014728799c8212f4451fa9d2e469cce087eb89f0218
1154+
languageName: node
1155+
linkType: hard
1156+
11481157
"@cspell/cspell-bundled-dicts@npm:10.0.1":
11491158
version: 10.0.1
11501159
resolution: "@cspell/cspell-bundled-dicts@npm:10.0.1"
@@ -4277,7 +4286,7 @@ __metadata:
42774286
version: 0.0.0-use.local
42784287
resolution: "@sourceacademy/modules-buildtools@workspace:lib/buildtools"
42794288
dependencies:
4280-
"@commander-js/extra-typings": "npm:^14.0.0"
4289+
"@commander-js/extra-typings": "npm:^15.0.0"
42814290
"@sourceacademy/modules-repotools": "workspace:^"
42824291
"@sourceacademy/modules-typedoc-plugin": "workspace:^"
42834292
"@types/estree": "npm:^1.0.0"
@@ -4308,7 +4317,7 @@ __metadata:
43084317
resolution: "@sourceacademy/modules-devserver@workspace:devserver"
43094318
dependencies:
43104319
"@blueprintjs/core": "npm:^6.0.0"
4311-
"@commander-js/extra-typings": "npm:^14.0.0"
4320+
"@commander-js/extra-typings": "npm:^15.0.0"
43124321
"@sourceacademy/modules-buildtools": "workspace:^"
43134322
"@sourceacademy/modules-lib": "workspace:^"
43144323
"@types/react": "catalog:"
@@ -4406,7 +4415,7 @@ __metadata:
44064415
version: 0.0.0-use.local
44074416
resolution: "@sourceacademy/modules-repotools@workspace:lib/repotools"
44084417
dependencies:
4409-
"@commander-js/extra-typings": "npm:^14.0.0"
4418+
"@commander-js/extra-typings": "npm:^15.0.0"
44104419
"@types/node": "npm:^24.0.0"
44114420
"@vitejs/plugin-react": "npm:^6.0.3"
44124421
"@vitest/browser-playwright": "catalog:"

0 commit comments

Comments
 (0)