File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109 }
110110 },
111111 "devDependencies" : {
112- "@inquirer/prompts" : " ^7.5.3 " ,
112+ "@inquirer/prompts" : " catalog: " ,
113113 "@intellectronica/ruler" : " ^0.2.3" ,
114114 "@modelcontextprotocol/inspector" : " ^0.14.3" ,
115115 "npm-check-updates" : " ^18.0.1" ,
Original file line number Diff line number Diff line change 3939 "@genaiscript/api" : " workspace:*" ,
4040 "@genaiscript/core" : " workspace:*" ,
4141 "@genaiscript/runtime" : " workspace:*" ,
42- "@inquirer/prompts" : " ^7.5.3 " ,
42+ "@inquirer/prompts" : " catalog: " ,
4343 "@modelcontextprotocol/sdk" : " ^1.13.1" ,
4444 "chokidar" : " ^4.0.3" ,
4545 "commander" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 1414 ],
1515 "dependencies" : {
1616 "@genaiscript/core" : " workspace:*" ,
17- "@inquirer/prompts" : " ^7.5.3" ,
17+ "@inquirer/prompts" : " catalog:" ,
18+ "debug" : " catalog:" ,
1819 "dockerode" : " ^4.0.7" ,
1920 "es-toolkit" : " catalog:" ,
2021 "execa" : " catalog:" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ import {
5757 MarkdownTrace ,
5858 installGlobals ,
5959 GenerationStats ,
60- isQuiet ,
6160 setQuiet ,
6261} from "@genaiscript/core" ;
6362import { NodeHost } from "./nodehost.js" ;
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ packages:
33 - packages/*
44
55catalog :
6- ' @eslint/js ' : ^9.29.0
7- ' @types/debug ' : ^4.1.12
8- ' @types/node ' : 22.15.28
9- ' @vitest/coverage-istanbul ' : ^3.2.4
6+ " @eslint/js " : ^9.29.0
7+ " @inquirer/prompts " : ^7.5.3
8+ " @types/debug " : ^4.1.12
9+ " @types/node " : 22.15.28
10+ " @vitest/coverage-istanbul " : ^3.2.4
1011 debug : ^4.4.1
1112 eslint : ^9.29.0
1213 es-toolkit : ^1.39.3
@@ -19,15 +20,14 @@ catalog:
1920 tsx : ^4.19.4
2021 typescript : 5.8.3
2122 typescript-eslint : ^8.34.1
22- vitest : 3.2.4
23+ vitest : 3.2.4
2324 zx : ^8.6.0
2425
2526onlyBuiltDependencies :
26- - ' @ast-grep/lang-c'
27- - ' @ast-grep/lang-cpp'
28- - ' @ast-grep/lang-csharp'
29- - ' @ast-grep/lang-python'
30- - ' @lvce-editor/ripgrep'
31- - ' sharp'
32- - ' @vscode/vsce-sign'
33-
27+ - " @ast-grep/lang-c"
28+ - " @ast-grep/lang-cpp"
29+ - " @ast-grep/lang-csharp"
30+ - " @ast-grep/lang-python"
31+ - " @lvce-editor/ripgrep"
32+ - " sharp"
33+ - " @vscode/vsce-sign"
You can’t perform that action at this time.
0 commit comments