chore: upgrade xlsx package (#9675)

This commit is contained in:
Junyi
2026-06-04 09:15:37 +08:00
committed by GitHub
parent e7f1fbdb94
commit 738b5945e3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"officeparser": "^5.2.0",
"pdf-parse": "^1.1.1",
"word-extractor": "^1.0.4",
"xlsx": "^0.18.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"repository": {
"type": "git",
@@ -29,7 +29,7 @@
"node-xlsx": "^0.16.1",
"react": "^18.2.0",
"react-i18next": "^11.15.1",
"xlsx": "^0.18.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"peerDependencies": {
"@nocobase/actions": "2.x",
@@ -36,7 +36,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.15.1",
"xlsx": "^0.18.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"peerDependencies": {
"@nocobase/actions": "2.x",
@@ -18,7 +18,7 @@
"editionLevel": 0
},
"devDependencies": {
"xlsx": "^0.18.5"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"peerDependencies": {
"@nocobase/client": "2.x",