chore(deps): consolidate all dependencies into devDependencies and clear production fields

- Move runtime packages from `dependencies` to `devDependencies`
- Remove `peerDependencies` as it is no longer required
This commit is contained in:
mitchell 2026-05-26 20:00:47 -04:00
parent f668037582
commit 43c3402931
2 changed files with 16 additions and 19 deletions

View file

@ -19,12 +19,7 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.4.12", "@biomejs/biome": "2.4.12",
"@types/bun": "^1.3.14", "@types/bun": "^1.3.14",
"esbuild": "0.28.0" "esbuild": "0.28.0",
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.41", "@ai-sdk/openai-compatible": "^2.0.41",
"@clack/prompts": "^1.3.0", "@clack/prompts": "^1.3.0",
"@cliffy/table": "npm:@jsr/cliffy__table", "@cliffy/table": "npm:@jsr/cliffy__table",
@ -37,6 +32,9 @@
"shiki": "^4.0.2", "shiki": "^4.0.2",
"string-width": "^8.2.1", "string-width": "^8.2.1",
"terminal-link": "^5.0.0", "terminal-link": "^5.0.0",
"wrap-ansi": "^10.0.0" "wrap-ansi": "^10.0.0",
} "typescript": "^5"
},
"peerDependencies": {},
"dependencies": {}
} }

21
pnpm-lock.yaml generated
View file

@ -7,10 +7,13 @@ settings:
importers: importers:
.: .:
dependencies: devDependencies:
'@ai-sdk/openai-compatible': '@ai-sdk/openai-compatible':
specifier: ^2.0.41 specifier: ^2.0.41
version: 2.0.48(zod@4.4.3) version: 2.0.48(zod@4.4.3)
'@biomejs/biome':
specifier: 2.4.12
version: 2.4.12
'@clack/prompts': '@clack/prompts':
specifier: ^1.3.0 specifier: ^1.3.0
version: 1.4.0 version: 1.4.0
@ -20,6 +23,9 @@ importers:
'@mozilla/readability': '@mozilla/readability':
specifier: ^0.6.0 specifier: ^0.6.0
version: 0.6.0 version: 0.6.0
'@types/bun':
specifier: ^1.3.14
version: 1.3.14
ai: ai:
specifier: ^6.0.161 specifier: ^6.0.161
version: 6.0.191(zod@4.4.3) version: 6.0.191(zod@4.4.3)
@ -29,6 +35,9 @@ importers:
chalk: chalk:
specifier: ^5.6.2 specifier: ^5.6.2
version: 5.6.2 version: 5.6.2
esbuild:
specifier: 0.28.0
version: 0.28.0
happy-dom-without-node: happy-dom-without-node:
specifier: ^14.12.3 specifier: ^14.12.3
version: 14.12.3 version: 14.12.3
@ -50,16 +59,6 @@ importers:
wrap-ansi: wrap-ansi:
specifier: ^10.0.0 specifier: ^10.0.0
version: 10.0.0 version: 10.0.0
devDependencies:
'@biomejs/biome':
specifier: 2.4.12
version: 2.4.12
'@types/bun':
specifier: ^1.3.14
version: 1.3.14
esbuild:
specifier: 0.28.0
version: 0.28.0
packages: packages: