Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@blueprintjs/core": "^6.0.0",
"@commander-js/extra-typings": "^14.0.0",
"@commander-js/extra-typings": "^15.0.0",
"@sourceacademy/modules-lib": "workspace:^",
"@vitejs/plugin-react": "^6.0.3",
"ace-builds": "^1.25.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/buildtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tools for building and testing Source Academy bundles and tabs",
"version": "1.1.0",
"devDependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@commander-js/extra-typings": "^15.0.0",
"@types/estree": "^1.0.0",
"@types/http-server": "^0.12.4",
"@types/node": "^24.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/repotools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"description": "Common library for tooling used by the modules repository",
"devDependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@commander-js/extra-typings": "^15.0.0",
"@types/node": "^24.0.0",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "catalog:",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,15 @@ __metadata:
languageName: node
linkType: hard

"@commander-js/extra-typings@npm:^15.0.0":
version: 15.0.0
resolution: "@commander-js/extra-typings@npm:15.0.0"
peerDependencies:
commander: ~15.0.0
checksum: 10c0/4282857c0acb2da1b893fe8c39a939bdfae2d7cbb43a22c1fe8ef5bef4cf615ddb34d96239f7603294ef5014728799c8212f4451fa9d2e469cce087eb89f0218
languageName: node
linkType: hard

"@cspell/cspell-bundled-dicts@npm:10.0.1":
version: 10.0.1
resolution: "@cspell/cspell-bundled-dicts@npm:10.0.1"
Expand Down Expand Up @@ -4277,7 +4286,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sourceacademy/modules-buildtools@workspace:lib/buildtools"
dependencies:
"@commander-js/extra-typings": "npm:^14.0.0"
"@commander-js/extra-typings": "npm:^15.0.0"
"@sourceacademy/modules-repotools": "workspace:^"
"@sourceacademy/modules-typedoc-plugin": "workspace:^"
"@types/estree": "npm:^1.0.0"
Expand Down Expand Up @@ -4308,7 +4317,7 @@ __metadata:
resolution: "@sourceacademy/modules-devserver@workspace:devserver"
dependencies:
"@blueprintjs/core": "npm:^6.0.0"
"@commander-js/extra-typings": "npm:^14.0.0"
"@commander-js/extra-typings": "npm:^15.0.0"
"@sourceacademy/modules-buildtools": "workspace:^"
"@sourceacademy/modules-lib": "workspace:^"
"@types/react": "catalog:"
Expand Down Expand Up @@ -4406,7 +4415,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sourceacademy/modules-repotools@workspace:lib/repotools"
dependencies:
"@commander-js/extra-typings": "npm:^14.0.0"
"@commander-js/extra-typings": "npm:^15.0.0"
"@types/node": "npm:^24.0.0"
"@vitejs/plugin-react": "npm:^6.0.3"
"@vitest/browser-playwright": "catalog:"
Expand Down
Loading