fix: node25使用pnpm拉取文件时,ajv导致拉取失败的问题

This commit is contained in:
fatfathao
2026-04-06 01:40:06 +08:00
parent 209b91bfef
commit 337fe21d18

View File

@@ -70,7 +70,9 @@
"lodash": ">=4.17.21", "lodash": ">=4.17.21",
"brace-expansion": ">=1.1.11", "brace-expansion": ">=1.1.11",
"picomatch": ">=2.3.1", "picomatch": ">=2.3.1",
"ajv": ">=8.18.0" "ajv": ">=8.18.0",
"ajv-keywords@3>ajv": "^6.12.6",
"@develar/schema-utils>ajv": "^6.12.6"
} }
}, },
"build": { "build": {