mirror of
https://github.com/langchain-ai/open-canvas.git
synced 2026-07-01 19:55:05 -04:00
ee23839540
minimatch@10 changed its API, breaking eslint-plugin-import's no-extraneous-dependencies rule which calls minimatch() as a function. yarn v1 cannot scope resolutions per-dependent, so forcing minimatch@10 globally breaks linting. CVE-2026-26996 is noted as unfixable without upgrading eslint-plugin-import to a version that supports minimatch@10. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "open_canvas",
|
|
"author": "Brace Sproul",
|
|
"homepage": "https://opencanvas.langchain.com",
|
|
"repository": "https://github.com/langchain-ai/open-canvas",
|
|
"private": true,
|
|
"workspaces": ["apps/*", "packages/*"],
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"turbo:command": "turbo",
|
|
"format": "turbo format",
|
|
"format:check": "turbo format:check",
|
|
"lint": "turbo lint",
|
|
"lint:fix": "turbo lint:fix"
|
|
},
|
|
"packageManager": "yarn@1.22.22",
|
|
"resolutions": {
|
|
"fast-xml-parser": ">=5.3.6",
|
|
"form-data": ">=4.0.4",
|
|
"axios": ">=1.13.5",
|
|
"tar": ">=7.5.8",
|
|
"hono": ">=4.11.4",
|
|
"linkifyjs": ">=4.3.2",
|
|
"glob": ">=10.5.0 <11"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "latest",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5",
|
|
"eslint": "^8.41.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-no-instanceof": "^1.0.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^3.3.3"
|
|
}
|
|
}
|