Skip to content

Commit 47f9c7a

Browse files
committed
✨ chore: Integrate catalog references for dependencies
Dependencies updated to use catalog references, simplifying management.
1 parent 8eb05fb commit 47f9c7a

6 files changed

Lines changed: 26 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
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",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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",

packages/runtime/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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:",

packages/runtime/src/runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ import {
5757
MarkdownTrace,
5858
installGlobals,
5959
GenerationStats,
60-
isQuiet,
6160
setQuiet,
6261
} from "@genaiscript/core";
6362
import { NodeHost } from "./nodehost.js";

pnpm-lock.yaml

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ packages:
33
- packages/*
44

55
catalog:
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

2526
onlyBuiltDependencies:
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"

0 commit comments

Comments
 (0)