fix: cut paste bug

This commit is contained in:
雷军 2023-12-27 17:38:14 +08:00
parent 4d784ac627
commit 1bb57398d2
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "excel",
"name": "Excel",
"version": "1.3.18",
"version": "1.3.19",
"minAppVersion": "0.15.0",
"description": "Create spreadsheets and easily embed them in Markdown",
"author": "ljcoder",

4
package-lock.json generated
View file

@ -1408,8 +1408,8 @@
"dev": true
},
"x-data-spreadsheet": {
"version": "git+ssh://git@github.com/ljcoder2015/x-spreadsheet.git#e948190bb690e8c5473066314a839f31b72ad050",
"from": "git+ssh://git@github.com/ljcoder2015/x-spreadsheet.git#1.1.2",
"version": "git+ssh://git@github.com/ljcoder2015/x-spreadsheet.git#8b8bf882a58edb2fe867fbe971194fa285072246",
"from": "git+ssh://git@github.com/ljcoder2015/x-spreadsheet.git#1.1.3",
"requires": {
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.2"

View file

@ -28,7 +28,7 @@
},
"dependencies": {
"monkey-around": "^2.3.0",
"x-data-spreadsheet": "git+ssh://git@github.com:ljcoder2015/x-spreadsheet.git#1.1.2",
"x-data-spreadsheet": "git+ssh://git@github.com:ljcoder2015/x-spreadsheet.git#1.1.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
}
}