chore(deps): sync dependencies

This commit is contained in:
աɨռɢӄաօռɢ
2024-03-05 11:53:22 +08:00
parent 57ba82a40a
commit 13043a2b4e
6 changed files with 749 additions and 611 deletions

View File

@@ -19,7 +19,7 @@
"fs": "0.0.1-security",
"lerna": "^7.4.2",
"husky": "^8.0.3",
"xlsx": "^0.17.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"husky": {
"hooks": {
@@ -47,7 +47,16 @@
"pnpm": {
"overrides": {
"vue": "3.3.13",
"typescript": "latest"
"typescript": "latest",
"ajv@<6.12.3": ">=6.12.3",
"node.extend@<1.1.7": ">=1.1.7",
"tough-cookie@<4.1.3": ">=4.1.3",
"@babel/traverse@<7.23.2": ">=7.23.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1",
"xml2js@<0.5.0": ">=0.5.0"
}
}
}