mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-04-06 15:08:20 +00:00
fix: node25使用pnpm拉取文件时,ajv导致拉取失败的问题
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user