fix: 修复 ooxml-viewer 包中 tslib 引用地址错误 (#6560)

* fix: 修复 ooxml-viewer 包中 tslib 引用地址错误

* fix: 修复 ooxml-viewer 包中 tslib 引用地址错误
This commit is contained in:
liaoxuezhi 2023-04-10 11:17:14 +08:00 committed by GitHub
parent e52ef10902
commit 008100fc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -64,7 +64,7 @@
"mobx-state-tree": "^3.17.3",
"moment": "^2.19.4",
"mpegts.js": "^1.6.10",
"ooxml-viewer": "0.1.0",
"ooxml-viewer": "0.1.1",
"prop-types": "^15.6.1",
"qrcode.react": "^3.1.0",
"rc-overflow": "^1.2.4",

View File

@ -1,6 +1,6 @@
{
"name": "ooxml-viewer",
"version": "0.1.0",
"version": "0.1.1",
"description": "office 文档在线预览",
"main": "lib/index.js",
"module": "esm/index.js",
@ -40,7 +40,8 @@
},
"homepage": "https://github.com/baidu/amis#readme",
"dependencies": {
"fflate": "^0.7.4"
"fflate": "^0.7.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
@ -93,4 +94,4 @@
"printBasicPrototype": false
}
}
}
}