summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRomulus Urakagi Tsai <urakagi@gmail.com>2020-02-13 09:02:26 +0000
committerRomulus Urakagi Tsai <urakagi@gmail.com>2020-02-13 09:02:26 +0000
commit4b196d537896f39fb76090020cb5851a699546eb (patch)
tree28e2e025ce90645ed360bb8c26ab39e6f40214e4 /package.json
parentb34ed58289a3dae5838d3b621260938a3ecf52d5 (diff)
parent3fcde252f705f9527f7190517082a047714a4eec (diff)
downloadwekan-4b196d537896f39fb76090020cb5851a699546eb.tar.gz
wekan-4b196d537896f39fb76090020cb5851a699546eb.tar.bz2
wekan-4b196d537896f39fb76090020cb5851a699546eb.zip
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index a0073608..fa9482ce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.49.0",
+ "version": "v3.78.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
@@ -44,30 +44,30 @@
"eslint-config-meteor": "0.0.9",
"eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-meteor": "^0.4.0",
- "eslint-plugin-import": "^2.18.0",
+ "eslint-plugin-import": "^2.20.0",
"eslint-plugin-meteor": "^5.1.0",
- "eslint-plugin-prettier": "^3.1.0",
+ "eslint-plugin-prettier": "^3.1.2",
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
- "prettier": "^1.18.2",
+ "prettier": "^1.19.1",
"prettier-eslint": "^8.8.2"
},
"dependencies": {
- "@babel/runtime": "^7.6.2",
+ "@babel/runtime": "^7.8.4",
"ajv": "^5.0.0",
"babel-runtime": "^6.26.0",
- "bcrypt": "^3.0.2",
- "bson": "^4.0.0",
+ "bcrypt": "^3.0.7",
+ "bson": "^4.0.3",
"bunyan": "^1.8.12",
"es6-promise": "^4.2.4",
"gridfs-stream": "^0.5.3",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
- "mongodb": "^3.3.3",
+ "mongodb": "^3.5.0",
"os": "^0.1.1",
- "page": "^1.8.6",
- "qs": "^6.8.0",
- "source-map-support": "^0.5.12",
+ "page": "^1.11.5",
+ "qs": "^6.9.1",
+ "source-map-support": "^0.5.16",
"xss": "^1.0.6"
}
}