mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix: 修复 ooxml-viewer 包中 tslib 引用地址错误 (#6560)
* fix: 修复 ooxml-viewer 包中 tslib 引用地址错误 * fix: 修复 ooxml-viewer 包中 tslib 引用地址错误
This commit is contained in:
parent
e52ef10902
commit
008100fc94
@ -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",
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user