summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-07-23 13:36:39 +0300
committerLauri Ojansivu <x@xet7.org>2020-07-23 13:36:39 +0300
commit1624fc82f7c319e84a78f29445c7867f7da15c32 (patch)
treeeafcd18b6c76407358ee7a8f5d465acd575d39d5 /package.json
parent42d8773e3674ce67ae710db2dffdc46f9669d7a9 (diff)
downloadwekan-1624fc82f7c319e84a78f29445c7867f7da15c32.tar.gz
wekan-1624fc82f7c319e84a78f29445c7867f7da15c32.tar.bz2
wekan-1624fc82f7c319e84a78f29445c7867f7da15c32.zip
Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to work, before I can release this.
Thanks to xet7 !
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 18 insertions, 17 deletions
diff --git a/package.json b/package.json
index 20317f3a..398bc04e 100644
--- a/package.json
+++ b/package.json
@@ -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",