Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to work, before I can release this.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-07-23 13:36:39 +03:00
parent 42d8773e36
commit 1624fc82f7
4 changed files with 607 additions and 647 deletions

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v4.21.0",
"version": "v4.16.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
@ -45,33 +45,34 @@
"eslint-config-meteor": "0.0.9",
"eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.1.2",
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.2"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@root/request": "^1.6.1",
"ajv": "^6.12.3",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^5.0.0",
"bson": "^4.0.4",
"bunyan": "^2.0.4",
"es6-promise": "^4.2.8",
"bcrypt": "^3.0.7",
"bson": "^4.0.3",
"bunyan": "^1.8.12",
"csv-stringify": "^5.5.0",
"es6-promise": "^4.2.4",
"fibers": "^5.0.0",
"flatted": "^3.0.4",
"gridfs-stream": "^1.1.1",
"jszip": "^3.5.0",
"ldapjs": "^2.0.0",
"meteor-node-stubs": "^1.0.0",
"mongodb": "^3.5.9",
"flatted": "^2.0.1",
"gridfs-stream": "^0.5.3",
"jszip": "^3.4.0",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
"mongodb": "^3.5.7",
"os": "^0.1.1",
"page": "^1.11.6",
"page": "^1.11.5",
"papaparse": "^5.2.0",
"qs": "^6.9.4",
"source-map-support": "^0.5.19",