Замена JSZip на yazl

This commit is contained in:
Book Pauk
2022-12-06 12:33:14 +07:00
parent b3ed9ea89c
commit 7b6bd25189
3 changed files with 69 additions and 89 deletions

View File

@@ -61,7 +61,6 @@
"he": "^1.2.0",
"iconv-lite": "^0.6.3",
"jembadb": "^5.1.4",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
@@ -72,6 +71,7 @@
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3",
"ws": "^8.11.0"
"ws": "^8.11.0",
"yazl": "^2.5.1"
}
}