mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## What changed - Pin pnpm 10.34.5 across the root, dev container, CLI, TypeScript SDK, and responses API proxy packages. - Scope the allowed build for `@modelcontextprotocol/conformance` to its pinned GitHub tarball and refresh its lockfile resolution metadata. GitOrigin-RevId: 28e385f8f07bd064888f763b16aa3c902e66c5f1
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "codex-monorepo",
|
|
"private": true,
|
|
"description": "Tools for repo-wide maintenance.",
|
|
"scripts": {
|
|
"format": "prettier --check *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
|
|
"format:fix": "prettier --write *.json *.md docs/*.md .github/workflows/*.yml **/*.js",
|
|
"write-hooks-schema": "cargo run --manifest-path ./codex-rs/Cargo.toml -p codex-hooks --bin write_hooks_schema_fixtures"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"resolutions": {
|
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
"braces": "^3.0.3",
|
|
"esbuild": "0.28.1",
|
|
"fast-uri": "3.1.1",
|
|
"flatted": "3.4.2",
|
|
"glob@10.4.5": "10.5.0",
|
|
"handlebars": "4.7.9",
|
|
"hono": "4.12.25",
|
|
"micromatch": "^4.0.8",
|
|
"minimatch@3.1.2": "3.1.4",
|
|
"minimatch@9.0.5": "9.0.7",
|
|
"path-to-regexp": "8.4.0",
|
|
"picomatch@2.3.1": "2.3.2",
|
|
"picomatch@4.0.3": "4.0.4",
|
|
"rollup": "4.59.0",
|
|
"semver": "^7.7.1"
|
|
},
|
|
"overrides": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10.34.5"
|
|
},
|
|
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e"
|
|
}
|