kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
chore: move all deps to pnpm catalog
rodzic
a4b959d663
commit
15143ec26b
36
package.json
36
package.json
|
@ -32,24 +32,24 @@
|
|||
"prepare": "simple-git-hooks"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fisch0920/eslint-config": "^1.4.0",
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@types/node": "^22.13.13",
|
||||
"bumpp": "^10.1.0",
|
||||
"del-cli": "^6.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"eslint": "^8.57.1",
|
||||
"lint-staged": "^15.5.0",
|
||||
"npm-run-all2": "^7.0.2",
|
||||
"only-allow": "^1.2.1",
|
||||
"prettier": "^3.5.3",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"syncpack": "14.0.0-alpha.10",
|
||||
"tsup": "^8.4.0",
|
||||
"tsx": "^4.19.3",
|
||||
"turbo": "^2.4.4",
|
||||
"typescript": "^5.8.2",
|
||||
"vitest": "3.0.9",
|
||||
"@fisch0920/eslint-config": "catalog:",
|
||||
"@total-typescript/ts-reset": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"bumpp": "catalog:",
|
||||
"del-cli": "catalog:",
|
||||
"dotenv": "catalog:",
|
||||
"eslint": "catalog:",
|
||||
"lint-staged": "catalog:",
|
||||
"npm-run-all2": "catalog:",
|
||||
"only-allow": "catalog:",
|
||||
"prettier": "catalog:",
|
||||
"simple-git-hooks": "catalog:",
|
||||
"syncpack": "catalog:",
|
||||
"tsup": "catalog:",
|
||||
"tsx": "catalog:",
|
||||
"turbo": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vitest": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@agentic/core": "workspace:*",
|
||||
"duck-duck-scrape": "^2.2.7",
|
||||
"string-strip-html": "^13.4.12"
|
||||
"duck-duck-scrape": "catalog:",
|
||||
"string-strip-html": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "catalog:"
|
||||
|
|
|
@ -28,14 +28,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@agentic/core": "workspace:*",
|
||||
"@apidevtools/swagger-parser": "^10.1.1",
|
||||
"camelcase": "^8.0.0",
|
||||
"@apidevtools/swagger-parser": "catalog:",
|
||||
"camelcase": "catalog:",
|
||||
"cleye": "catalog:",
|
||||
"decamelize": "^6.0.0",
|
||||
"execa": "^9.5.2",
|
||||
"decamelize": "catalog:",
|
||||
"execa": "catalog:",
|
||||
"exit-hook": "catalog:",
|
||||
"json-schema-to-zod": "^2.6.0",
|
||||
"openapi-types": "^12.1.3",
|
||||
"json-schema-to-zod": "catalog:",
|
||||
"openapi-types": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"jsrsasign": "catalog:",
|
||||
"ky": "catalog:",
|
||||
"p-throttle": "catalog:",
|
||||
"zoominfo-api-auth-client": "^1.0.1"
|
||||
"zoominfo-api-auth-client": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "catalog:"
|
||||
|
|
837
pnpm-lock.yaml
837
pnpm-lock.yaml
Plik diff jest za duży
Load Diff
|
@ -1,63 +1,72 @@
|
|||
packages:
|
||||
- 'packages/*'
|
||||
- 'examples/*'
|
||||
|
||||
catalog:
|
||||
ky: ^1.7.5
|
||||
zod: ^3.24.2
|
||||
zod-validation-error: ^3.4.0
|
||||
openai-zod-to-json-schema: ^1.0.3
|
||||
cleye: ^1.3.4
|
||||
dedent: ^1.5.3
|
||||
delay: ^6.0.0
|
||||
exit-hook: ^4.0.0
|
||||
jsonrepair: ^3.9.0
|
||||
jsrsasign: ^10.9.0
|
||||
mathjs: ^13.0.3
|
||||
'@nangohq/node': ^0.42.2
|
||||
octokit: ^4.0.2
|
||||
openai: ^4.87.3
|
||||
openai-fetch: ^3.4.2
|
||||
p-map: ^7.0.2
|
||||
p-throttle: ^6.2.0 # https://github.com/transitive-bullshit/agentic/issues/686
|
||||
restore-cursor: ^5.1.0
|
||||
twitter-api-sdk: ^1.2.1
|
||||
type-fest: ^4.37.0
|
||||
wikibase-sdk: ^10.2.2
|
||||
'@types/jsrsasign': ^10.5.15
|
||||
fast-xml-parser: ^5.0.9
|
||||
'@modelcontextprotocol/sdk': ^1.7.0
|
||||
|
||||
# vercel ai sdk
|
||||
ai: ^4.1.61
|
||||
'@ai-sdk/openai': ^1.2.5
|
||||
|
||||
# xsai
|
||||
xsai: ^0.1.3
|
||||
'@xsai/tool': ^0.1.3
|
||||
|
||||
# genkit
|
||||
genkit: ^1.2.0
|
||||
genkitx-openai: ^0.20.1
|
||||
|
||||
# langchain
|
||||
langchain: ^0.3.3
|
||||
'@langchain/core': ^0.3.42
|
||||
'@langchain/openai': ^0.4.5
|
||||
|
||||
# llamaindex
|
||||
'llamaindex': ^0.9.11
|
||||
|
||||
# dexter
|
||||
'@dexaai/dexter': ^4.1.1
|
||||
|
||||
# mastra
|
||||
'@mastra/core': ^0.6.1
|
||||
|
||||
# e2b
|
||||
'@e2b/code-interpreter': ^1.0.2
|
||||
|
||||
- packages/*
|
||||
- examples/*
|
||||
updateConfig:
|
||||
ignoreDependencies:
|
||||
- p-throttle # https://github.com/transitive-bullshit/agentic/issues/686
|
||||
- p-throttle
|
||||
- eslint
|
||||
catalog:
|
||||
'@ai-sdk/openai': ^1.2.5
|
||||
'@apidevtools/swagger-parser': ^10.1.1
|
||||
'@dexaai/dexter': ^4.1.1
|
||||
'@e2b/code-interpreter': ^1.0.2
|
||||
'@fisch0920/eslint-config': ^1.4.0
|
||||
'@langchain/core': ^0.3.42
|
||||
'@langchain/openai': ^0.4.5
|
||||
'@mastra/core': ^0.6.1
|
||||
'@modelcontextprotocol/sdk': ^1.7.0
|
||||
'@nangohq/node': ^0.42.2
|
||||
'@total-typescript/ts-reset': ^0.6.1
|
||||
'@types/jsrsasign': ^10.5.15
|
||||
'@types/node': ^22.13.13
|
||||
'@xsai/tool': ^0.1.3
|
||||
ai: ^4.1.61
|
||||
bumpp: ^10.1.0
|
||||
camelcase: ^8.0.0
|
||||
cleye: ^1.3.4
|
||||
decamelize: ^6.0.0
|
||||
dedent: ^1.5.3
|
||||
del-cli: ^6.0.0
|
||||
delay: ^6.0.0
|
||||
dotenv: ^16.4.7
|
||||
duck-duck-scrape: ^2.2.7
|
||||
eslint: 8.57.1 # pinned to v8 until we can upgrade to the new config format in v9
|
||||
execa: ^9.5.2
|
||||
exit-hook: ^4.0.0
|
||||
fast-xml-parser: ^5.0.9
|
||||
genkit: ^1.2.0
|
||||
genkitx-openai: ^0.20.1
|
||||
json-schema-to-zod: ^2.6.0
|
||||
jsonrepair: ^3.9.0
|
||||
jsrsasign: ^10.9.0
|
||||
ky: ^1.7.5
|
||||
langchain: ^0.3.3
|
||||
lint-staged: ^15.5.0
|
||||
llamaindex: ^0.9.11
|
||||
mathjs: ^13.0.3
|
||||
npm-run-all2: ^7.0.2
|
||||
octokit: ^4.0.2
|
||||
only-allow: ^1.2.1
|
||||
openai: ^4.87.3
|
||||
openai-fetch: ^3.4.2
|
||||
openai-zod-to-json-schema: ^1.0.3
|
||||
openapi-types: ^12.1.3
|
||||
p-map: ^7.0.2
|
||||
p-throttle: ^6.2.0
|
||||
prettier: ^3.5.3
|
||||
restore-cursor: ^5.1.0
|
||||
simple-git-hooks: ^2.11.1
|
||||
string-strip-html: ^13.4.12
|
||||
syncpack: 14.0.0-alpha.10
|
||||
tsup: ^8.4.0
|
||||
tsx: ^4.19.3
|
||||
turbo: ^2.4.4
|
||||
twitter-api-sdk: ^1.2.1
|
||||
type-fest: ^4.37.0
|
||||
typescript: ^5.8.2
|
||||
vitest: ^3.0.9
|
||||
wikibase-sdk: ^10.2.2
|
||||
xsai: ^0.1.3
|
||||
zod: ^3.24.2
|
||||
zod-validation-error: ^3.4.0
|
||||
zoominfo-api-auth-client: ^1.0.1
|
||||
|
|
Ładowanie…
Reference in New Issue