kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
chore: move deps to pnpm catalogs and bump to latest
rodzic
c59d2b411c
commit
3471474a0b
|
@ -29,29 +29,29 @@
|
|||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-schemas": "workspace:*",
|
||||
"@agentic/platform-validators": "workspace:*",
|
||||
"@fisch0920/drizzle-orm": "^0.43.7",
|
||||
"@fisch0920/drizzle-zod": "^0.7.9",
|
||||
"@hono/node-server": "^1.14.1",
|
||||
"@hono/sentry": "^1.2.1",
|
||||
"@hono/zod-openapi": "^0.19.6",
|
||||
"@openauthjs/openauth": "^0.4.3",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@sentry/node": "^9.19.0",
|
||||
"eventid": "^2.0.1",
|
||||
"@fisch0920/drizzle-orm": "catalog:",
|
||||
"@fisch0920/drizzle-zod": "catalog:",
|
||||
"@hono/node-server": "catalog:",
|
||||
"@hono/sentry": "catalog:",
|
||||
"@hono/zod-openapi": "catalog:",
|
||||
"@openauthjs/openauth": "catalog:",
|
||||
"@paralleldrive/cuid2": "catalog:",
|
||||
"@sentry/node": "catalog:",
|
||||
"eventid": "catalog:",
|
||||
"exit-hook": "catalog:",
|
||||
"hono": "^4.7.9",
|
||||
"octokit": "^5.0.2",
|
||||
"p-all": "^5.0.0",
|
||||
"postgres": "^3.4.5",
|
||||
"hono": "catalog:",
|
||||
"octokit": "catalog:",
|
||||
"p-all": "catalog:",
|
||||
"postgres": "catalog:",
|
||||
"restore-cursor": "catalog:",
|
||||
"semver": "^7.7.2",
|
||||
"stripe": "^18.1.0",
|
||||
"semver": "catalog:",
|
||||
"stripe": "catalog:",
|
||||
"type-fest": "catalog:",
|
||||
"zod-validation-error": "^3.4.1"
|
||||
"zod-validation-error": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/semver": "^7.7.0",
|
||||
"drizzle-kit": "^0.31.1",
|
||||
"drizzle-orm": "^0.43.1"
|
||||
"@types/semver": "catalog:",
|
||||
"drizzle-kit": "catalog:",
|
||||
"drizzle-orm": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
"del-cli": "catalog:",
|
||||
"dotenv": "catalog:",
|
||||
"eslint": "catalog:",
|
||||
"eslint-plugin-drizzle": "^0.2.3",
|
||||
"knip": "^5.58.1",
|
||||
"eslint-plugin-drizzle": "catalog:",
|
||||
"knip": "catalog:",
|
||||
"lint-staged": "catalog:",
|
||||
"npm-run-all2": "catalog:",
|
||||
"only-allow": "catalog:",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"tsx": "catalog:",
|
||||
"turbo": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vite-tsconfig-paths": "catalog:",
|
||||
"vitest": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
"dependencies": {
|
||||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-schemas": "workspace:*",
|
||||
"@openauthjs/openauth": "^0.4.3",
|
||||
"@openauthjs/openauth": "catalog:",
|
||||
"ky": "catalog:",
|
||||
"type-fest": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"openapi-typescript": "^7.8.0"
|
||||
"openapi-typescript": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -28,23 +28,23 @@
|
|||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-schemas": "workspace:*",
|
||||
"@agentic/platform-validators": "workspace:*",
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@hono/node-server": "^1.14.1",
|
||||
"commander": "^14.0.0",
|
||||
"conf": "^13.1.0",
|
||||
"@clack/prompts": "catalog:",
|
||||
"@hono/node-server": "catalog:",
|
||||
"commander": "catalog:",
|
||||
"conf": "catalog:",
|
||||
"dotenv": "catalog:",
|
||||
"get-port": "^7.1.0",
|
||||
"hono": "^4.7.9",
|
||||
"open": "^10.1.2",
|
||||
"ora": "^8.2.0",
|
||||
"get-port": "catalog:",
|
||||
"hono": "catalog:",
|
||||
"open": "catalog:",
|
||||
"ora": "catalog:",
|
||||
"restore-cursor": "catalog:",
|
||||
"semver": "^7.7.2",
|
||||
"unconfig": "^7.3.2"
|
||||
"semver": "catalog:",
|
||||
"unconfig": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@agentic/platform-fixtures": "workspace:*",
|
||||
"@commander-js/extra-typings": "^14.0.0",
|
||||
"@types/semver": "^7.7.0"
|
||||
"@commander-js/extra-typings": "catalog:",
|
||||
"@types/semver": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
"test:unit": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"hash-object": "^5.0.1",
|
||||
"parse-json": "^8.3.0",
|
||||
"hash-object": "catalog:",
|
||||
"parse-json": "catalog:",
|
||||
"zod": "catalog:",
|
||||
"zod-validation-error": "^3.4.1"
|
||||
"zod-validation-error": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hono": "^4.7.9"
|
||||
"hono": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@agentic/platform-core": "workspace:*",
|
||||
"@redocly/openapi-core": "^1.34.3"
|
||||
"@redocly/openapi-core": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hono/node-server": "^1.14.1",
|
||||
"hono": "^4.7.9"
|
||||
"@hono/node-server": "catalog:",
|
||||
"hono": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,16 +26,16 @@
|
|||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-openapi": "workspace:*",
|
||||
"@agentic/platform-validators": "workspace:*",
|
||||
"@hono/zod-openapi": "^0.19.6",
|
||||
"ms": "^2.1.3",
|
||||
"semver": "^7.7.2",
|
||||
"@hono/zod-openapi": "catalog:",
|
||||
"ms": "catalog:",
|
||||
"semver": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ms": "^2.1.0",
|
||||
"@types/semver": "^7.7.0",
|
||||
"@types/ms": "catalog:",
|
||||
"@types/semver": "catalog:",
|
||||
"restore-cursor": "catalog:",
|
||||
"zod-to-json-schema": "^3.24.5"
|
||||
"zod-to-json-schema": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"test:unit": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"email-validator": "^2.0.4",
|
||||
"is-relative-url": "^4.0.0"
|
||||
"@paralleldrive/cuid2": "catalog:",
|
||||
"email-validator": "catalog:",
|
||||
"is-relative-url": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
533
pnpm-lock.yaml
533
pnpm-lock.yaml
Plik diff jest za duży
Load Diff
|
@ -1,31 +1,69 @@
|
|||
packages:
|
||||
- packages/*
|
||||
- apps/*
|
||||
|
||||
catalog:
|
||||
'@ai-sdk/openai': ^1.3.22
|
||||
'@fisch0920/config': ^1.1.0
|
||||
'@modelcontextprotocol/sdk': ^1.11.2
|
||||
'@types/node': ^22.15.18
|
||||
"@ai-sdk/openai": ^1.3.22
|
||||
"@clack/prompts": ^0.11.0
|
||||
"@commander-js/extra-typings": ^14.0.0
|
||||
"@fisch0920/config": ^1.1.0
|
||||
"@fisch0920/drizzle-orm": ^0.43.7
|
||||
"@fisch0920/drizzle-zod": ^0.7.9
|
||||
"@hono/node-server": ^1.14.3
|
||||
"@hono/sentry": ^1.2.1
|
||||
"@hono/zod-openapi": ^0.19.6
|
||||
"@modelcontextprotocol/sdk": ^1.11.2
|
||||
"@openauthjs/openauth": ^0.4.3
|
||||
"@paralleldrive/cuid2": ^2.2.2
|
||||
"@redocly/openapi-core": ^1.34.3
|
||||
"@sentry/node": ^9.22.0
|
||||
"@types/ms": ^2.1.0
|
||||
"@types/node": ^22.15.21
|
||||
"@types/semver": ^7.7.0
|
||||
ai: ^4.3.15
|
||||
cleye: ^1.3.4
|
||||
commander: ^14.0.0
|
||||
conf: ^13.1.0
|
||||
del-cli: ^6.0.0
|
||||
dotenv: ^16.5.0
|
||||
drizzle-kit: ^0.31.1
|
||||
drizzle-orm: ^0.43.1
|
||||
email-validator: ^2.0.4
|
||||
eslint: ^9.27.0
|
||||
eslint-plugin-drizzle: ^0.2.3
|
||||
eventid: ^2.0.1
|
||||
exit-hook: ^4.0.0
|
||||
get-port: ^7.1.0
|
||||
hash-object: ^5.0.1
|
||||
hono: ^4.7.10
|
||||
is-relative-url: ^4.0.0
|
||||
knip: ^5.58.1
|
||||
ky: ^1.8.1
|
||||
lint-staged: ^16.0.0
|
||||
npm-run-all2: ^8.0.1
|
||||
ms: ^2.1.3
|
||||
npm-run-all2: ^8.0.4
|
||||
octokit: ^5.0.2
|
||||
only-allow: ^1.2.1
|
||||
open: ^10.1.2
|
||||
openapi-typescript: ^7.8.0
|
||||
ora: ^8.2.0
|
||||
p-all: ^5.0.0
|
||||
p-map: ^7.0.3
|
||||
p-throttle: 7.0.0
|
||||
parse-json: ^8.3.0
|
||||
postgres: ^3.4.7
|
||||
prettier: ^3.5.3
|
||||
restore-cursor: ^5.1.0
|
||||
semver: ^7.7.2
|
||||
simple-git-hooks: ^2.13.0
|
||||
stripe: ^18.1.1
|
||||
tsup: ^8.5.0
|
||||
tsx: ^4.19.4
|
||||
turbo: ^2.5.3
|
||||
type-fest: ^4.41.0
|
||||
typescript: ^5.8.3
|
||||
vitest: ^3.1.3
|
||||
unconfig: ^7.3.2
|
||||
vite-tsconfig-paths: ^5.1.4
|
||||
vitest: ^3.1.4
|
||||
zod: ^3.25.30
|
||||
zod-to-json-schema: ^3.24.5
|
||||
zod-validation-error: ^3.4.1
|
||||
|
|
Ładowanie…
Reference in New Issue